1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2/* NOSCOREHOGS limits each user to one high score in the global list */
3#undef NOSCOREHOGS
4
5/* USE_REAL_NAMES enters user names from the system's user list instead of asking */
6#undef USE_REAL_NAMES
7
8/* Whether to compile with sound support or not */
9#undef SOUND
10
11/* Use NAS instead of a native sound driver */
12#undef NAS_SOUND
13
14/* The sound device to use (E.G. /dev/dsp) */
15#undef SOUNDDEV
16
17/* The directory where sound server is located */
18#undef SOUNDSRVDIR
19
20//* Where to put the global high scores */
21#undef SCOREFILE
22
23/* The CREDITS file */
24#undef CREDITSFILE
25
26/* Where to put the sound files */
27#undef SOUNDDIR
28
29/* Where to put the level files */
30#undef LEVELDIR
31
32/* ----------------------------------------------------
33 * You shouldn't have to touch anything below this line
34 * ----------------------------------------------------
35 */
36#undef IMAGEDIR
37
38/* Define to empty if the keyword does not work.  */
39#undef const
40
41/* Define as the return type of signal handlers (int or void).  */
42#undef RETSIGTYPE
43
44/* Define if you have the ANSI C header files.  */
45#undef STDC_HEADERS
46
47/* Define if you can safely include both <sys/time.h> and <time.h>.  */
48#undef TIME_WITH_SYS_TIME
49
50/* Define if the X Window System is missing or not being used.  */
51#undef X_DISPLAY_MISSING
52
53/* Define if you have the gettimeofday function.  */
54#undef HAVE_GETTIMEOFDAY
55
56/* Define if you have the lrand48 function.  */
57#undef HAVE_LRAND48
58
59/* Define if you have the random function.  */
60#undef HAVE_RANDOM
61
62/* Define if you have the select function.  */
63#undef HAVE_SELECT
64
65/* Define if you have the <fcntl.h> header file.  */
66#undef HAVE_FCNTL_H
67
68/* Define if you have the <malloc.h> header file.  */
69#undef HAVE_MALLOC_H
70
71/* Define if you have the <strings.h> header file.  */
72#undef HAVE_STRINGS_H
73
74/* Define if you have the <sys/ioctl.h> header file.  */
75#undef HAVE_SYS_IOCTL_H
76
77/* Define if you have the <sys/time.h> header file.  */
78#undef HAVE_SYS_TIME_H
79
80/* Define if you have the <unistd.h> header file.  */
81#undef HAVE_UNISTD_H
82