1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3 /*
4 
5   Copyright (C) 2000,2003,2004 Silicon Graphics, Inc.  All Rights Reserved.
6 
7   This program is free software; you can redistribute it and/or modify it
8   under the terms of version 2.1 of the GNU Lesser General Public License
9   as published by the Free Software Foundation.
10 
11   This program is distributed in the hope that it would be useful, but
12   WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 
15   Further, this software is distributed without any warranty that it is
16   free of the rightful claim of any third person regarding infringement
17   or the like.  Any license provided herein, whether implied or
18   otherwise, applies only to this software file.  Patent licenses, if
19   any, provided herein do not apply to combinations of this program with
20   other software, or any other product whatsoever.
21 
22   You should have received a copy of the GNU Lesser General Public
23   License along with this program; if not, write the Free Software
24   Foundation, Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307,
25   USA.
26 
27   Contact information:  Silicon Graphics, Inc., 1600 Amphitheatre Pky,
28   Mountain View, CA 94043, or:
29 
30   http://www.sgi.com
31 
32   For further information regarding this notice, see:
33 
34   http://oss.sgi.com/projects/GenInfo/NoticeExplan
35 
36 */
37 
38 
39 
40 /* Define to 1 if the elf64_getshdr function is in libelf.a */
41 #define HAVE_ELF64_GETSHDR 1
42 
43 /* Define to 1 if the elf64_getehdr function is in libelf.a */
44 #define HAVE_ELF64_GETEHDR 1
45 
46 
47 /* see if __uint32_t is predefined in the compiler */
48 /* #undef HAVE___UINT32_T */
49 
50 /* see if __uint64_t is predefined in the compiler */
51 /* #undef HAVE___UINT64_T */
52 
53 /* Define 1 if sys/types.h defines __uint32_t */
54 /* #undef HAVE___UINT32_T_IN_SYS_TYPES_H */
55 
56 /* Define 1 if  R_IA_64_DIR32LSB is defined (might be enum value) */
57 /* #undef HAVE_R_IA_64_DIR32LSB */
58 
59 /* Define 1 if sys/ia64/elf.h exists*/
60 /* #undef HAVE_SYS_IA64_ELF_H */
61 
62 /* Define 1 if want to build with 32/64bit section offsets for ia64 */
63 /* per the dwarf2 committee proposal adopted Dec 1999 */
64 /* #undef HAVE_DWARF2_99_EXTENSION */
65 
66 /* Define 1 if want only 32bit section offsets per pure dwarf2.0.0 spec */
67 /* Only one of HAVE_OLD_DWARF2_32BIT_OFFSET or HAVE_DWARF2_99_EXTENSION */
68 /* may be defined */
69 /* #undef HAVE_OLD_DWARF2_32BIT_OFFSET */
70 
71 
72 /* Define to 1 if you have the <alloca.h> header file. */
73 #define HAVE_ALLOCA_H 1
74 
75 /* Define to 1 if you have the <elfaccess.h> header file. */
76 /* #undef HAVE_ELFACCESS_H */
77 
78 /* Define to 1 if you have the <elf.h> header file. */
79 #define HAVE_ELF_H 1
80 
81 /* Define to 1 if you have the <inttypes.h> header file. */
82 #define HAVE_INTTYPES_H 1
83 
84 /* Define to 1 if you have the <libelf.h> header file. */
85 #define HAVE_LIBELF_H 1
86 
87 /* Define to 1 if you have the <libelf/libelf.h> header file. */
88 /* #undef HAVE_LIBELF_LIBELF_H */
89 
90 /* Define to 1 if you have the <memory.h> header file. */
91 #define HAVE_MEMORY_H 1
92 
93 /* Define to 1 if you have the <sgidefs.h> header file. */
94 /* #undef HAVE_SGIDEFS_H */
95 
96 /* Define to 1 if you have the <stdint.h> header file. */
97 #define HAVE_STDINT_H 1
98 
99 /* Define to 1 if you have the <stdlib.h> header file. */
100 #define HAVE_STDLIB_H 1
101 
102 /* Define to 1 if you have the <strings.h> header file. */
103 #define HAVE_STRINGS_H 1
104 
105 /* Define to 1 if you have the <string.h> header file. */
106 #define HAVE_STRING_H 1
107 
108 /* Define to 1 if you have the <sys/ia64/elf.h> header file. */
109 /* #undef HAVE_SYS_IA64_ELF_H */
110 
111 /* Define to 1 if you have the <sys/stat.h> header file. */
112 #define HAVE_SYS_STAT_H 1
113 
114 /* Define to 1 if you have the <sys/types.h> header file. */
115 #define HAVE_SYS_TYPES_H 1
116 
117 /* Define to 1 if you have the <unistd.h> header file. */
118 #define HAVE_UNISTD_H 1
119 
120 /* Define to the address where bug reports for this package should be sent. */
121 #define PACKAGE_BUGREPORT ""
122 
123 /* Define to the full name of this package. */
124 #define PACKAGE_NAME ""
125 
126 /* Define to the full name and version of this package. */
127 #define PACKAGE_STRING ""
128 
129 /* Define to the one symbol short name of this package. */
130 #define PACKAGE_TARNAME ""
131 
132 /* Define to the version of this package. */
133 #define PACKAGE_VERSION ""
134 
135 /* Define to 1 if you have the ANSI C header files. */
136 #define STDC_HEADERS 1
137 
138 /* Define to 1 if your processor stores words with the most significant byte
139    first (like Motorola and SPARC, unlike Intel and VAX). */
140 #if defined(__sparc)
141 #define WORDS_BIGENDIAN 1
142 #else
143 #undef WORDS_BIGENDIAN
144 #endif
145