xref: /illumos-gate/usr/src/grub/grub-0.97/config.h (revision 1b8adde7)
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if an absolute indirect call/jump must NOT be prefixed with `*' */
5 /* #undef ABSOLUTE_WITHOUT_ASTERISK */
6 
7 /* Define it to \"addr32\" or \"addr32;\" to make GAS happy */
8 #define ADDR32 addr32
9 
10 /* Define if you don't want to pass the mem= option to Linux */
11 #define AUTO_LINUX_MEM_OPT 1
12 
13 /* Define it to \"data32\" or \"data32;\" to make GAS happy */
14 #define DATA32 data32
15 
16 /* Define if C symbols get an underscore after compilation */
17 /* #undef HAVE_ASM_USCORE */
18 
19 /* Define to 1 if you have the <curses.h> header file. */
20 #define HAVE_CURSES_H 1
21 
22 /* Define if edata is defined */
23 #define HAVE_EDATA_SYMBOL 1
24 
25 /* Define if end is defined */
26 #define HAVE_END_SYMBOL 1
27 
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #define HAVE_INTTYPES_H 1
30 
31 /* Define if you have a curses library */
32 #define HAVE_LIBCURSES 1
33 
34 /* Define to 1 if you have the <memory.h> header file. */
35 #define HAVE_MEMORY_H 1
36 
37 /* Define to 1 if you have the <ncurses/curses.h> header file. */
38 /* #undef HAVE_NCURSES_CURSES_H */
39 
40 /* Define to 1 if you have the <ncurses.h> header file. */
41 /* #undef HAVE_NCURSES_H */
42 
43 /* Define if opendisk() in -lutil can be used */
44 /* #undef HAVE_OPENDISK */
45 
46 /* Define if start is defined */
47 /* #undef HAVE_START_SYMBOL */
48 
49 /* Define to 1 if you have the <stdint.h> header file. */
50 #define HAVE_STDINT_H 1
51 
52 /* Define to 1 if you have the <stdlib.h> header file. */
53 #define HAVE_STDLIB_H 1
54 
55 /* Define to 1 if you have the <strings.h> header file. */
56 #define HAVE_STRINGS_H 1
57 
58 /* Define to 1 if you have the <string.h> header file. */
59 #define HAVE_STRING_H 1
60 
61 /* Define to 1 if you have the <sys/stat.h> header file. */
62 #define HAVE_SYS_STAT_H 1
63 
64 /* Define to 1 if you have the <sys/types.h> header file. */
65 #define HAVE_SYS_TYPES_H 1
66 
67 /* Define to 1 if you have the <unistd.h> header file. */
68 #define HAVE_UNISTD_H 1
69 
70 /* Define if _edata is defined */
71 #define HAVE_USCORE_EDATA_SYMBOL 1
72 
73 /* Define if end is defined */
74 #define HAVE_USCORE_END_SYMBOL 1
75 
76 /* Define if _start is defined */
77 #define HAVE_USCORE_START_SYMBOL 1
78 
79 /* Define if __bss_start is defined */
80 #define HAVE_USCORE_USCORE_BSS_START_SYMBOL 1
81 
82 /* Name of package */
83 #define PACKAGE "grub"
84 
85 /* Define to the address where bug reports for this package should be sent. */
86 #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
87 
88 /* Define to the full name of this package. */
89 #define PACKAGE_NAME "GRUB"
90 
91 /* Define to the full name and version of this package. */
92 #define PACKAGE_STRING "GRUB 0.97"
93 
94 /* Define to the one symbol short name of this package. */
95 #define PACKAGE_TARNAME "grub"
96 
97 /* Define to the version of this package. */
98 #define PACKAGE_VERSION "0.97"
99 
100 /* Define if there is user specified preset menu string */
101 /* #undef PRESET_MENU_STRING */
102 
103 /* Define to 1 if you have the ANSI C header files. */
104 #define STDC_HEADERS 1
105 
106 /* Version number of package */
107 #define VERSION "0.97"
108