root/trunk/src/autoconf.h.in

Revision 159, 4.1 kB (checked in by takkaria, 3 years ago)

#145: move m4/ contents into acinclude.m4, re-run autoconf and such.

Line 
1 /* src/autoconf.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Path to the game's lib directory */
4 #undef DEFAULT_PATH
5
6 /* Define to 1 if you have the `can_change_color' function. */
7 #undef HAVE_CAN_CHANGE_COLOR
8
9 /* Define to 1 if you have the <dirent.h> header file. */
10 #undef HAVE_DIRENT_H
11
12 /* Define to 1 if you have the <fcntl.h> header file. */
13 #undef HAVE_FCNTL_H
14
15 /* Define to 1 if you have the <inttypes.h> header file. */
16 #undef HAVE_INTTYPES_H
17
18 /* Define to 1 if you have the <limits.h> header file. */
19 #undef HAVE_LIMITS_H
20
21 /* Define to 1 if you have the `memmove' function. */
22 #undef HAVE_MEMMOVE
23
24 /* Define to 1 if you have the <memory.h> header file. */
25 #undef HAVE_MEMORY_H
26
27 /* Define to 1 if you have the `memset' function. */
28 #undef HAVE_MEMSET
29
30 /* Define to 1 if you have the `mkdir' function. */
31 #undef HAVE_MKDIR
32
33 /* Define to 1 if you have the `mkstemp' function. */
34 #undef HAVE_MKSTEMP
35
36 /* Define to 1 if you have the <SDL/SDL_ttf.h> header file. */
37 #undef HAVE_SDL_SDL_TTF_H
38
39 /* Define to 1 if you have the `setegid' function. */
40 #undef HAVE_SETEGID
41
42 /* Define to 1 if `stat' has the bug that it succeeds when given the
43    zero-length file name argument. */
44 #undef HAVE_STAT_EMPTY_STRING_BUG
45
46 /* Define to 1 if you have the <stdint.h> header file. */
47 #undef HAVE_STDINT_H
48
49 /* Define to 1 if you have the <stdlib.h> header file. */
50 #undef HAVE_STDLIB_H
51
52 /* Define to 1 if you have the <strings.h> header file. */
53 #undef HAVE_STRINGS_H
54
55 /* Define to 1 if you have the <string.h> header file. */
56 #undef HAVE_STRING_H
57
58 /* Define to 1 if you have the `strrchr' function. */
59 #undef HAVE_STRRCHR
60
61 /* Define to 1 if you have the `strtol' function. */
62 #undef HAVE_STRTOL
63
64 /* Define to 1 if you have the <sys/select.h> header file. */
65 #undef HAVE_SYS_SELECT_H
66
67 /* Define to 1 if you have the <sys/socket.h> header file. */
68 #undef HAVE_SYS_SOCKET_H
69
70 /* Define to 1 if you have the <sys/stat.h> header file. */
71 #undef HAVE_SYS_STAT_H
72
73 /* Define to 1 if you have the <sys/time.h> header file. */
74 #undef HAVE_SYS_TIME_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 <termios.h> header file. */
80 #undef HAVE_TERMIOS_H
81
82 /* Define to 1 if you have the <unistd.h> header file. */
83 #undef HAVE_UNISTD_H
84
85 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
86    slash. */
87 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
88
89 /* Name of package */
90 #undef PACKAGE
91
92 /* Define to the address where bug reports for this package should be sent. */
93 #undef PACKAGE_BUGREPORT
94
95 /* Define to the full name of this package. */
96 #undef PACKAGE_NAME
97
98 /* Define to the full name and version of this package. */
99 #undef PACKAGE_STRING
100
101 /* Define to the one symbol short name of this package. */
102 #undef PACKAGE_TARNAME
103
104 /* Define to the version of this package. */
105 #undef PACKAGE_VERSION
106
107 /* Define as the return type of signal handlers (`int' or `void'). */
108 #undef RETSIGTYPE
109
110 /* Disabled SDL_mixer sound support */
111 #undef SDL_SOUND
112
113 /* Define to the type of arg 1 for `select'. */
114 #undef SELECT_TYPE_ARG1
115
116 /* Define to the type of args 2, 3 and 4 for `select'. */
117 #undef SELECT_TYPE_ARG234
118
119 /* Define to the type of arg 5 for `select'. */
120 #undef SELECT_TYPE_ARG5
121
122 /* Define to 1 if you have the ANSI C header files. */
123 #undef STDC_HEADERS
124
125 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
126 #undef TIME_WITH_SYS_TIME
127
128 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
129 #undef TM_IN_SYS_TIME
130
131 /* Define to 1 if Curses or PDCurses is found, but NCurses is not. */
132 #undef USE_CURSES
133
134 /* Define to 1 if using the Curses frontend. */
135 #undef USE_GCU
136
137 /* Define to 1 if using the GTK+ 2.x interface and GTK+ 2.x is found. */
138 #undef USE_GTK
139
140 /* Define to 1 if NCurses is found. */
141 #undef USE_NCURSES
142
143 /* Define to 1 if using the SDL interface and SDL & SDL_ttf are found. */
144 #undef USE_SDL
145
146 /* Define to 1 if using the X11 frontend and X11 libraries are found. */
147 #undef USE_X11
148
149 /* Version number of package */
150 #undef VERSION
151
152 /* Define to 1 if your processor stores words with the most significant byte
153    first (like Motorola and SPARC, unlike Intel and VAX). */
154 #undef WORDS_BIGENDIAN
Note: See TracBrowser for help on using the browser.