root/trunk/src/autoconf.h.in

Revision 167, 3.6 kB (checked in by takkaria, 3 years ago)

Fix automake handling of SDL and everything; works on Linux again now.

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 `setegid' function. */
37 #undef HAVE_SETEGID
38
39 /* Define to 1 if `stat' has the bug that it succeeds when given the
40    zero-length file name argument. */
41 #undef HAVE_STAT_EMPTY_STRING_BUG
42
43 /* Define to 1 if you have the <stdint.h> header file. */
44 #undef HAVE_STDINT_H
45
46 /* Define to 1 if you have the <stdlib.h> header file. */
47 #undef HAVE_STDLIB_H
48
49 /* Define to 1 if you have the <strings.h> header file. */
50 #undef HAVE_STRINGS_H
51
52 /* Define to 1 if you have the <string.h> header file. */
53 #undef HAVE_STRING_H
54
55 /* Define to 1 if you have the `strtol' function. */
56 #undef HAVE_STRTOL
57
58 /* Define to 1 if you have the <sys/stat.h> header file. */
59 #undef HAVE_SYS_STAT_H
60
61 /* Define to 1 if you have the <sys/time.h> header file. */
62 #undef HAVE_SYS_TIME_H
63
64 /* Define to 1 if you have the <sys/types.h> header file. */
65 #undef HAVE_SYS_TYPES_H
66
67 /* Define to 1 if you have the <termios.h> header file. */
68 #undef HAVE_TERMIOS_H
69
70 /* Define to 1 if you have the <unistd.h> header file. */
71 #undef HAVE_UNISTD_H
72
73 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
74    slash. */
75 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
76
77 /* Name of package */
78 #undef PACKAGE
79
80 /* Define to the address where bug reports for this package should be sent. */
81 #undef PACKAGE_BUGREPORT
82
83 /* Define to the full name of this package. */
84 #undef PACKAGE_NAME
85
86 /* Define to the full name and version of this package. */
87 #undef PACKAGE_STRING
88
89 /* Define to the one symbol short name of this package. */
90 #undef PACKAGE_TARNAME
91
92 /* Define to the version of this package. */
93 #undef PACKAGE_VERSION
94
95 /* Define as the return type of signal handlers (`int' or `void'). */
96 #undef RETSIGTYPE
97
98 /* Disabled SDL_mixer sound support */
99 #undef SDL_SOUND
100
101 /* Define to 1 if you have the ANSI C header files. */
102 #undef STDC_HEADERS
103
104 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
105 #undef TIME_WITH_SYS_TIME
106
107 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
108 #undef TM_IN_SYS_TIME
109
110 /* Define to 1 if Curses or PDCurses is found, but NCurses is not. */
111 #undef USE_CURSES
112
113 /* Define to 1 if using the Curses frontend. */
114 #undef USE_GCU
115
116 /* Define to 1 if using the GTK+ 2.x interface and GTK+ 2.x is found. */
117 #undef USE_GTK
118
119 /* Define to 1 if NCurses is found. */
120 #undef USE_NCURSES
121
122 /* Define to 1 if using the SDL interface and SDL is found. */
123 #undef USE_SDL
124
125 /* Define to 1 if using the X11 frontend and X11 libraries are found. */
126 #undef USE_X11
127
128 /* Version number of package */
129 #undef VERSION
130
131 /* Define to 1 if your processor stores words with the most significant byte
132    first (like Motorola and SPARC, unlike Intel and VAX). */
133 #undef WORDS_BIGENDIAN
134
135 /* Define to 1 if the X Window System is missing or not being used. */
136 #undef X_DISPLAY_MISSING
Note: See TracBrowser for help on using the browser.