OSDN Git Service

日本語版
[nazghul-jp/nazghul-jp.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the `atexit' function. */
4 #undef HAVE_ATEXIT
5
6 /* Define to 1 if you have the <fcntl.h> header file. */
7 #undef HAVE_FCNTL_H
8
9 /* Define to 1 if you have the <float.h> header file. */
10 #undef HAVE_FLOAT_H
11
12 /* Define to 1 if you have the `floor' function. */
13 #undef HAVE_FLOOR
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 `png' library (-lpng). */
19 #undef HAVE_LIBPNG
20
21 /* Define to 1 if you have the `SDL_image' library (-lSDL_image). */
22 #undef HAVE_LIBSDL_IMAGE
23
24 /* Define to 1 if you have the `SDL_mixer' library (-lSDL_mixer). */
25 #undef HAVE_LIBSDL_MIXER
26
27 /* Define to 1 if you have the <limits.h> header file. */
28 #undef HAVE_LIMITS_H
29
30 /* Define to 1 if you have the `malloc' function. */
31 #undef HAVE_MALLOC
32
33 /* Define to 1 if you have the <malloc.h> header file. */
34 #undef HAVE_MALLOC_H
35
36 /* Define to 1 if you have the <memory.h> header file. */
37 #undef HAVE_MEMORY_H
38
39 /* Define to 1 if you have the `realloc' function. */
40 #undef HAVE_REALLOC
41
42 /* Define to 1 if you have the `select' function. */
43 #undef HAVE_SELECT
44
45 /* Define to 1 if you have the `select_argtypes' function. */
46 #undef HAVE_SELECT_ARGTYPES
47
48 /* Define to 1 if you have the <stdint.h> header file. */
49 #undef HAVE_STDINT_H
50
51 /* Define to 1 if you have the <stdlib.h> header file. */
52 #undef HAVE_STDLIB_H
53
54 /* Define to 1 if you have the `strcasecmp' function. */
55 #undef HAVE_STRCASECMP
56
57 /* Define to 1 if you have the `strchr' function. */
58 #undef HAVE_STRCHR
59
60 /* Define to 1 if you have the `strdup' function. */
61 #undef HAVE_STRDUP
62
63 /* Define to 1 if you have the `strerror' function. */
64 #undef HAVE_STRERROR
65
66 /* Define to 1 if you have the <strings.h> header file. */
67 #undef HAVE_STRINGS_H
68
69 /* Define to 1 if you have the <string.h> header file. */
70 #undef HAVE_STRING_H
71
72 /* Define to 1 if you have the `strpbrk' function. */
73 #undef HAVE_STRPBRK
74
75 /* Define to 1 if you have the `strstr' function. */
76 #undef HAVE_STRSTR
77
78 /* Define to 1 if you have the <sys/stat.h> header file. */
79 #undef HAVE_SYS_STAT_H
80
81 /* Define to 1 if you have the <sys/types.h> header file. */
82 #undef HAVE_SYS_TYPES_H
83
84 /* Define to 1 if you have the <unistd.h> header file. */
85 #undef HAVE_UNISTD_H
86
87 /* Define to 1 if you have the `vprintf' function. */
88 #undef HAVE_VPRINTF
89
90 /* Most likely your home directory is stored in $HOME. */
91 #undef HOME_ENV
92
93 /* Minimum supported script version */
94 #undef MIN_SCRIPT_MAJOR
95
96 /* Minimum supported script version */
97 #undef MIN_SCRIPT_MINOR
98
99 /* Minimum supported script version */
100 #undef MIN_SCRIPT_RELEASE
101
102 /* .nazghul is for Unix users. */
103 #undef NAZGHUL_USER_DIR
104
105 /* _nazghul is for Windows users. */
106 #undef NAZGHUL_USER_DIR_WIN
107
108 /* Name of package */
109 #undef PACKAGE
110
111 /* Define to the address where bug reports for this package should be sent. */
112 #undef PACKAGE_BUGREPORT
113
114 /* Define to the full name of this package. */
115 #undef PACKAGE_NAME
116
117 /* Define to the full name and version of this package. */
118 #undef PACKAGE_STRING
119
120 /* Define to the one symbol short name of this package. */
121 #undef PACKAGE_TARNAME
122
123 /* Define to the version of this package. */
124 #undef PACKAGE_VERSION
125
126 /* Define to 1 if you have the ANSI C header files. */
127 #undef STDC_HEADERS
128
129 /* Enable quest log */
130 #undef USE_QUESTS
131
132 /* Enable Yuse command and skills */
133 #undef USE_SKILLS
134
135 /* Version number of package */
136 #undef VERSION
137
138 /* Define to empty if `const' does not conform to ANSI C. */
139 #undef const
140
141 /* Define to `__inline__' or `__inline' if that's what the C compiler
142    calls it, or to nothing if 'inline' is not supported under any name.  */
143 #ifndef __cplusplus
144 #undef inline
145 #endif
146
147 /* Define to empty if the keyword `volatile' does not work. Warning: valid
148    code using `volatile' can become incorrect without. Disable with care. */
149 #undef volatile