Mercurial > hg > early-roguelike
comparison rogue5/config.h.in @ 33:f502bf60e6e4
Import Rogue 5.4 from the Roguelike Restoration Project (r1490)
author | elwin |
---|---|
date | Mon, 24 May 2010 20:10:59 +0000 |
parents | |
children | 655c317b6237 |
comparison
equal
deleted
inserted
replaced
32:2dcd75e6a736 | 33:f502bf60e6e4 |
---|---|
1 /* config.h.in. Generated from configure.ac by autoheader. */ | |
2 | |
3 /* Define if scorefile is top scores, not top players */ | |
4 #undef ALLSCORES | |
5 | |
6 /* Define if checktime feature should be enabled */ | |
7 #undef CHECKTIME | |
8 | |
9 /* Define to group owner of setgid executable */ | |
10 #undef GROUPOWNER | |
11 | |
12 /* Define to 1 if you have the `alarm' function. */ | |
13 #undef HAVE_ALARM | |
14 | |
15 /* Define to 1 if you have the <arpa/inet.h> header file. */ | |
16 #undef HAVE_ARPA_INET_H | |
17 | |
18 /* Define to 1 if libcurses is requested */ | |
19 #undef HAVE_CURSES_H | |
20 | |
21 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ | |
22 #undef HAVE_DOPRNT | |
23 | |
24 /* Define to 1 if you have the `erasechar' function. */ | |
25 #undef HAVE_ERASECHAR | |
26 | |
27 /* Define if ncurses has ESCDELAY variable */ | |
28 #undef HAVE_ESCDELAY | |
29 | |
30 /* Define to 1 if you have the <fcntl.h> header file. */ | |
31 #undef HAVE_FCNTL_H | |
32 | |
33 /* Define to 1 if you have the `fork' function. */ | |
34 #undef HAVE_FORK | |
35 | |
36 /* Define to 1 if you have the `getgid' function. */ | |
37 #undef HAVE_GETGID | |
38 | |
39 /* Define to 1 if you have the `getloadavg' function. */ | |
40 #undef HAVE_GETLOADAVG | |
41 | |
42 /* Define to 1 if you have the `getpass' function. */ | |
43 #undef HAVE_GETPASS | |
44 | |
45 /* Define to 1 if you have the `getpwuid' function. */ | |
46 #undef HAVE_GETPWUID | |
47 | |
48 /* Define to 1 if you have the `getuid' function. */ | |
49 #undef HAVE_GETUID | |
50 | |
51 /* Define to 1 if you have the <inttypes.h> header file. */ | |
52 #undef HAVE_INTTYPES_H | |
53 | |
54 /* Define to 1 if you have the `killchar' function. */ | |
55 #undef HAVE_KILLCHAR | |
56 | |
57 /* Define to 1 if you have the <limits.h> header file. */ | |
58 #undef HAVE_LIMITS_H | |
59 | |
60 /* Define to 1 if you have the `loadav' function. */ | |
61 #undef HAVE_LOADAV | |
62 | |
63 /* Define to 1 if `lstat' has the bug that it succeeds when given the | |
64 zero-length file name argument. */ | |
65 #undef HAVE_LSTAT_EMPTY_STRING_BUG | |
66 | |
67 /* Define to 1 if you have the <memory.h> header file. */ | |
68 #undef HAVE_MEMORY_H | |
69 | |
70 /* Define to 1 if you have the `memset' function. */ | |
71 #undef HAVE_MEMSET | |
72 | |
73 /* Define to 1 if libncurses is requested */ | |
74 #undef HAVE_NCURSES_H | |
75 | |
76 /* Define to 1 if you have the <ncurses/term.h> header file. */ | |
77 #undef HAVE_NCURSES_TERM_H | |
78 | |
79 /* Define to 1 if you have the `nlist' function. */ | |
80 #undef HAVE_NLIST | |
81 | |
82 /* Define to 1 if you have the <nlist.h> header file. */ | |
83 #undef HAVE_NLIST_H | |
84 | |
85 /* Define to 1 if you have the <process.h> header file. */ | |
86 #undef HAVE_PROCESS_H | |
87 | |
88 /* Define to 1 if you have the <pwd.h> header file. */ | |
89 #undef HAVE_PWD_H | |
90 | |
91 /* Define to 1 if you have the `setenv' function. */ | |
92 #undef HAVE_SETENV | |
93 | |
94 /* Define to 1 if you have the `setgid' function. */ | |
95 #undef HAVE_SETGID | |
96 | |
97 /* Define to 1 if you have the `setregid' function. */ | |
98 #undef HAVE_SETREGID | |
99 | |
100 /* Define to 1 if you have the `setresgid' function. */ | |
101 #undef HAVE_SETRESGID | |
102 | |
103 /* Define to 1 if you have the `setresuid' function. */ | |
104 #undef HAVE_SETRESUID | |
105 | |
106 /* Define to 1 if you have the `setreuid' function. */ | |
107 #undef HAVE_SETREUID | |
108 | |
109 /* Define to 1 if you have the `setuid' function. */ | |
110 #undef HAVE_SETUID | |
111 | |
112 /* Define to 1 if you have the `spawnl' function. */ | |
113 #undef HAVE_SPAWNL | |
114 | |
115 /* Define to 1 if `stat' has the bug that it succeeds when given the | |
116 zero-length file name argument. */ | |
117 #undef HAVE_STAT_EMPTY_STRING_BUG | |
118 | |
119 /* Define to 1 if stdbool.h conforms to C99. */ | |
120 #undef HAVE_STDBOOL_H | |
121 | |
122 /* Define to 1 if you have the <stdint.h> header file. */ | |
123 #undef HAVE_STDINT_H | |
124 | |
125 /* Define to 1 if you have the <stdlib.h> header file. */ | |
126 #undef HAVE_STDLIB_H | |
127 | |
128 /* Define to 1 if you have the `strchr' function. */ | |
129 #undef HAVE_STRCHR | |
130 | |
131 /* Define to 1 if you have the `strerror' function. */ | |
132 #undef HAVE_STRERROR | |
133 | |
134 /* Define to 1 if you have the <strings.h> header file. */ | |
135 #undef HAVE_STRINGS_H | |
136 | |
137 /* Define to 1 if you have the <string.h> header file. */ | |
138 #undef HAVE_STRING_H | |
139 | |
140 /* Define to 1 if you have the <sys/ioctl.h> header file. */ | |
141 #undef HAVE_SYS_IOCTL_H | |
142 | |
143 /* Define to 1 if you have the <sys/stat.h> header file. */ | |
144 #undef HAVE_SYS_STAT_H | |
145 | |
146 /* Define to 1 if you have the <sys/types.h> header file. */ | |
147 #undef HAVE_SYS_TYPES_H | |
148 | |
149 /* Define to 1 if you have the <sys/utsname.h> header file. */ | |
150 #undef HAVE_SYS_UTSNAME_H | |
151 | |
152 /* Define to 1 if you have the <termios.h> header file. */ | |
153 #undef HAVE_TERMIOS_H | |
154 | |
155 /* Define to 1 if you have the <term.h> header file. */ | |
156 #undef HAVE_TERM_H | |
157 | |
158 /* Define to 1 if you have the <unistd.h> header file. */ | |
159 #undef HAVE_UNISTD_H | |
160 | |
161 /* Define to 1 if you have the <utmp.h> header file. */ | |
162 #undef HAVE_UTMP_H | |
163 | |
164 /* Define to 1 if you have the `vfork' function. */ | |
165 #undef HAVE_VFORK | |
166 | |
167 /* Define to 1 if you have the <vfork.h> header file. */ | |
168 #undef HAVE_VFORK_H | |
169 | |
170 /* Define to 1 if you have the `vprintf' function. */ | |
171 #undef HAVE_VPRINTF | |
172 | |
173 /* Define to 1 if `fork' works. */ | |
174 #undef HAVE_WORKING_FORK | |
175 | |
176 /* Define to 1 if `vfork' works. */ | |
177 #undef HAVE_WORKING_VFORK | |
178 | |
179 /* Define to 1 if the system has the type `_Bool'. */ | |
180 #undef HAVE__BOOL | |
181 | |
182 /* Define to 1 if you have the `_spawnl' function. */ | |
183 #undef HAVE__SPAWNL | |
184 | |
185 /* define if we should use program's load average function instead of system | |
186 */ | |
187 #undef LOADAV | |
188 | |
189 /* Define to file to use for scoreboard lockfile */ | |
190 #undef LOCKFILE | |
191 | |
192 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing | |
193 slash. */ | |
194 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK | |
195 | |
196 /* Define to include wizard mode */ | |
197 #undef MASTER | |
198 | |
199 /* Define if maxusers feature should be enabled */ | |
200 #undef MAXLOAD | |
201 | |
202 /* Define if maxusers feature should be enabled */ | |
203 #undef MAXUSERS | |
204 | |
205 /* kernel file to pass to nlist() when reading load average (unlikely to work) | |
206 */ | |
207 #undef NAMELIST | |
208 | |
209 /* word for the number of scores to store in scoreboard */ | |
210 #undef NUMNAME | |
211 | |
212 /* number of scores to store in scoreboard */ | |
213 #undef NUMSCORES | |
214 | |
215 /* Define to the address where bug reports for this package should be sent. */ | |
216 #undef PACKAGE_BUGREPORT | |
217 | |
218 /* Define to the full name of this package. */ | |
219 #undef PACKAGE_NAME | |
220 | |
221 /* Define to the full name and version of this package. */ | |
222 #undef PACKAGE_STRING | |
223 | |
224 /* Define to the one symbol short name of this package. */ | |
225 #undef PACKAGE_TARNAME | |
226 | |
227 /* Define to the version of this package. */ | |
228 #undef PACKAGE_VERSION | |
229 | |
230 /* Define crypt(3) wizard mode password */ | |
231 #undef PASSWD | |
232 | |
233 /* Define as the return type of signal handlers (`int' or `void'). */ | |
234 #undef RETSIGTYPE | |
235 | |
236 /* Define to file to use for scoreboard */ | |
237 #undef SCOREFILE | |
238 | |
239 /* Define to 1 if you have the ANSI C header files. */ | |
240 #undef STDC_HEADERS | |
241 | |
242 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ | |
243 #undef TM_IN_SYS_TIME | |
244 | |
245 /* define if we should use program's user counting function instead of | |
246 system's */ | |
247 #undef UCOUNT | |
248 | |
249 /* utmp like file to pass to ucount() when counting online users (unlikely to | |
250 work) */ | |
251 #undef UTMP | |
252 | |
253 /* Define to empty if `const' does not conform to ANSI C. */ | |
254 #undef const | |
255 | |
256 /* Define to `int' if <sys/types.h> doesn't define. */ | |
257 #undef gid_t | |
258 | |
259 /* Define to `int' if <sys/types.h> does not define. */ | |
260 #undef pid_t | |
261 | |
262 /* Define to `unsigned int' if <sys/types.h> does not define. */ | |
263 #undef size_t | |
264 | |
265 /* Define to `int' if <sys/types.h> doesn't define. */ | |
266 #undef uid_t | |
267 | |
268 /* Define as `fork' if `vfork' does not work. */ | |
269 #undef vfork |