Undo r2063.
[grub.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define it if GAS requires that absolute indirect calls/jumps are not
4    prefixed with an asterisk */
5 #undef ABSOLUTE_WITHOUT_ASTERISK
6
7 /* Define if building universal (internal helper macro) */
8 #undef AC_APPLE_UNIVERSAL_BUILD
9
10 /* Define it to \"addr32\" or \"addr32;\" to make GAS happy */
11 #undef ADDR32
12
13 /* Define it to one of __bss_start, edata and _edata */
14 #undef BSS_START_SYMBOL
15
16 /* Define it to \"data32\" or \"data32;\" to make GAS happy */
17 #undef DATA32
18
19 /* Use lzma compression */
20 #undef ENABLE_LZMA
21
22 /* Use lzo compression */
23 #undef ENABLE_LZO
24
25 /* Define it to either end or _end */
26 #undef END_SYMBOL
27
28 /* Define if C symbols get an underscore after compilation */
29 #undef HAVE_ASM_USCORE
30
31 /* Define to 1 if you have the `asprintf' function. */
32 #undef HAVE_ASPRINTF
33
34 /* Define to 1 if you have the <curses.h> header file. */
35 #undef HAVE_CURSES_H
36
37 /* Define to 1 if you have the <inttypes.h> header file. */
38 #undef HAVE_INTTYPES_H
39
40 /* Define to 1 if you have the <lzo1x.h> header file. */
41 #undef HAVE_LZO1X_H
42
43 /* Define to 1 if you have the <lzo/lzo1x.h> header file. */
44 #undef HAVE_LZO_LZO1X_H
45
46 /* Define to 1 if you have the `memalign' function. */
47 #undef HAVE_MEMALIGN
48
49 /* Define to 1 if you have the <memory.h> header file. */
50 #undef HAVE_MEMORY_H
51
52 /* Define to 1 if you have the <ncurses/curses.h> header file. */
53 #undef HAVE_NCURSES_CURSES_H
54
55 /* Define to 1 if you have the <ncurses.h> header file. */
56 #undef HAVE_NCURSES_H
57
58 /* Define to 1 if you have the `posix_memalign' function. */
59 #undef HAVE_POSIX_MEMALIGN
60
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #undef HAVE_STDINT_H
63
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #undef HAVE_STDLIB_H
66
67 /* Define to 1 if you have the <strings.h> header file. */
68 #undef HAVE_STRINGS_H
69
70 /* Define to 1 if you have the <string.h> header file. */
71 #undef HAVE_STRING_H
72
73 /* Define to 1 if you have the <sys/stat.h> header file. */
74 #undef HAVE_SYS_STAT_H
75
76 /* Define to 1 if you have the <sys/types.h> header file. */
77 #undef HAVE_SYS_TYPES_H
78
79 /* Define to 1 if you have the <unistd.h> header file. */
80 #undef HAVE_UNISTD_H
81
82 /* Define to 1 if you have the <usb.h> header file. */
83 #undef HAVE_USB_H
84
85 /* Define to 1 if you enable memory manager debugging. */
86 #undef MM_DEBUG
87
88 /* Define to 1 if GCC generates calls to __enable_execute_stack() */
89 #undef NEED_ENABLE_EXECUTE_STACK
90
91 /* Catch gcc bug */
92 #undef NESTED_FUNC_ATTR
93
94 /* Define to the address where bug reports for this package should be sent. */
95 #undef PACKAGE_BUGREPORT
96
97 /* Define to the full name of this package. */
98 #undef PACKAGE_NAME
99
100 /* Define to the full name and version of this package. */
101 #undef PACKAGE_STRING
102
103 /* Define to the one symbol short name of this package. */
104 #undef PACKAGE_TARNAME
105
106 /* Define to the version of this package. */
107 #undef PACKAGE_VERSION
108
109 /* The size of `long', as computed by sizeof. */
110 #undef SIZEOF_LONG
111
112 /* The size of `void *', as computed by sizeof. */
113 #undef SIZEOF_VOID_P
114
115 /* Define to 1 if you have the ANSI C header files. */
116 #undef STDC_HEADERS
117
118 /* Enable extensions on AIX 3, Interix.  */
119 #ifndef _ALL_SOURCE
120 # undef _ALL_SOURCE
121 #endif
122 /* Enable GNU extensions on systems that have them.  */
123 #ifndef _GNU_SOURCE
124 # undef _GNU_SOURCE
125 #endif
126 /* Enable threading extensions on Solaris.  */
127 #ifndef _POSIX_PTHREAD_SEMANTICS
128 # undef _POSIX_PTHREAD_SEMANTICS
129 #endif
130 /* Enable extensions on HP NonStop.  */
131 #ifndef _TANDEM_SOURCE
132 # undef _TANDEM_SOURCE
133 #endif
134 /* Enable general extensions on Solaris.  */
135 #ifndef __EXTENSIONS__
136 # undef __EXTENSIONS__
137 #endif
138
139
140 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
141    significant byte first (like Motorola and SPARC, unlike Intel). */
142 #if defined AC_APPLE_UNIVERSAL_BUILD
143 # if defined __BIG_ENDIAN__
144 #  define WORDS_BIGENDIAN 1
145 # endif
146 #else
147 # ifndef WORDS_BIGENDIAN
148 #  undef WORDS_BIGENDIAN
149 # endif
150 #endif
151
152 /* Number of bits in a file offset, on hosts where this is settable. */
153 #undef _FILE_OFFSET_BITS
154
155 /* Define for large files, on AIX-style hosts. */
156 #undef _LARGE_FILES
157
158 /* Define to 1 if on MINIX. */
159 #undef _MINIX
160
161 /* Define to 2 if the system does not provide POSIX.1 features except with
162    this defined. */
163 #undef _POSIX_1_SOURCE
164
165 /* Define to 1 if you need to in order for `stat' and other things to work. */
166 #undef _POSIX_SOURCE