]> jfr.im git - irc/gameservirc.git/blame - gameserv/config.h.in
Consolidated monster data into a single .dat file
[irc/gameservirc.git] / gameserv / config.h.in
CommitLineData
93626d45 1/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3/* Define to empty if the keyword does not work. */
4#undef const
5
6/* Define to `unsigned' if <sys/types.h> doesn't define. */
7#undef size_t
8
9/* Define if you have the ANSI C header files. */
10#undef STDC_HEADERS
11
44ea29f7 12/* Define if you can safely include both <sys/time.h> and <time.h>. */
13#undef TIME_WITH_SYS_TIME
14
93626d45 15/* Define if you have the socket function. */
16#undef HAVE_SOCKET
17
18/* Define if you have the strcspn function. */
19#undef HAVE_STRCSPN
20
21/* Define if you have the strspn function. */
22#undef HAVE_STRSPN
23
24/* Define if you have the strtok function. */
25#undef HAVE_STRTOK
26
27/* Define if you have the strtol function. */
28#undef HAVE_STRTOL
29
30/* Define if you have the <crypt.h> header file. */
31#undef HAVE_CRYPT_H
32
33/* Define if you have the <limits.h> header file. */
34#undef HAVE_LIMITS_H
35
36/* Define if you have the <unistd.h> header file. */
37#undef HAVE_UNISTD_H
38
39/* Define if you have the crypt library (-lcrypt). */
40#undef HAVE_LIBCRYPT
285f72cf 41
42/* Define if you have the gethostbyname function. */
43#undef HAVE_GETHOSTBYNAME