Angband 3.0.9b.
[angband.git] / src / autoconf.h.in
blob2df27b912da84f1cc3d793caa78e9378bc30a7c8
1 /* src/autoconf.h.in. Generated from configure.ac by autoheader. */
3 /* Path to the game's lib directory */
4 #undef DEFAULT_PATH
6 /* Define to 1 if you have the `can_change_color' function. */
7 #undef HAVE_CAN_CHANGE_COLOR
9 /* Define to 1 if you have the <dirent.h> header file. */
10 #undef HAVE_DIRENT_H
12 /* Define to 1 if you have the <fcntl.h> header file. */
13 #undef HAVE_FCNTL_H
15 /* Define to 1 if you have the <inttypes.h> header file. */
16 #undef HAVE_INTTYPES_H
18 /* Define to 1 if you have the <memory.h> header file. */
19 #undef HAVE_MEMORY_H
21 /* Define to 1 if you have the `mkstemp' function. */
22 #undef HAVE_MKSTEMP
24 /* Define to 1 if you have the `setegid' function. */
25 #undef HAVE_SETEGID
27 /* Define to 1 if you have the `setresgid' function. */
28 #undef HAVE_SETRESGID
30 /* Define to 1 if stdbool.h conforms to C99. */
31 #undef HAVE_STDBOOL_H
33 /* Define to 1 if you have the <stdint.h> header file. */
34 #undef HAVE_STDINT_H
36 /* Define to 1 if you have the <stdlib.h> header file. */
37 #undef HAVE_STDLIB_H
39 /* Define to 1 if you have the <strings.h> header file. */
40 #undef HAVE_STRINGS_H
42 /* Define to 1 if you have the <string.h> header file. */
43 #undef HAVE_STRING_H
45 /* Define to 1 if you have the <sys/stat.h> header file. */
46 #undef HAVE_SYS_STAT_H
48 /* Define to 1 if you have the <sys/types.h> header file. */
49 #undef HAVE_SYS_TYPES_H
51 /* Define to 1 if you have the <unistd.h> header file. */
52 #undef HAVE_UNISTD_H
54 /* Define to 1 if the system has the type `_Bool'. */
55 #undef HAVE__BOOL
57 /* Name of package */
58 #undef PACKAGE
60 /* Define to the address where bug reports for this package should be sent. */
61 #undef PACKAGE_BUGREPORT
63 /* Define to the full name of this package. */
64 #undef PACKAGE_NAME
66 /* Define to the full name and version of this package. */
67 #undef PACKAGE_STRING
69 /* Define to the one symbol short name of this package. */
70 #undef PACKAGE_TARNAME
72 /* Define to the version of this package. */
73 #undef PACKAGE_VERSION
75 /* Define as the return type of signal handlers (`int' or `void'). */
76 #undef RETSIGTYPE
78 /* Define to 1 if using SDL_mixer sound support and it's found. */
79 #undef SOUND_SDL
81 /* Define to 1 if you have the ANSI C header files. */
82 #undef STDC_HEADERS
84 /* Define to 1 if Curses or PDCurses is found, but NCurses is not. */
85 #undef USE_CURSES
87 /* Define to 1 if using the Curses frontend. */
88 #undef USE_GCU
90 /* Define to 1 if using the GTK+ 2.x interface and GTK+ 2.x is found. */
91 #undef USE_GTK
93 /* Define to 1 if NCurses is found. */
94 #undef USE_NCURSES
96 /* Define to 1 if using the SDL interface and SDL is found. */
97 #undef USE_SDL
99 /* Define to 1 if using the X11 frontend and X11 libraries are found. */
100 #undef USE_X11
102 /* Version number of package */
103 #undef VERSION
105 /* Define to 1 if the X Window System is missing or not being used. */
106 #undef X_DISPLAY_MISSING
108 /* Define to empty if `const' does not conform to ANSI C. */
109 #undef const