]> jfr.im git - irc/thales.git/blame - src/config.h.in
- server.lastsplit is not overwritten when a server rejoins.
[irc/thales.git] / src / config.h.in
CommitLineData
2ace9480 1/* src/config.h.in. Generated automatically from configure.in by autoheader 2.13. */
2
3/* Define to empty if the keyword does not work. */
4#undef const
5
6/* Define if you don't have vprintf but do have _doprnt. */
7#undef HAVE_DOPRNT
8
9/* Define if you have the strftime function. */
10#undef HAVE_STRFTIME
11
12/* Define if you have the vprintf function. */
13#undef HAVE_VPRINTF
14
15/* Define to `unsigned' if <sys/types.h> doesn't define. */
16#undef size_t
17
18/* Define if you have the ANSI C header files. */
19#undef STDC_HEADERS
20
21/* Define if you can safely include both <sys/time.h> and <time.h>. */
22#undef TIME_WITH_SYS_TIME
23
24/* Define if your <sys/time.h> declares struct tm. */
25#undef TM_IN_SYS_TIME
26
27/* Define if you have the gettimeofday function. */
28#undef HAVE_GETTIMEOFDAY
29
30/* Define if you have the select function. */
31#undef HAVE_SELECT
32
33/* Define if you have the socket function. */
34#undef HAVE_SOCKET
35
36/* Define if you have the strcspn function. */
37#undef HAVE_STRCSPN
38
39/* Define if you have the strdup function. */
40#undef HAVE_STRDUP
41
42/* Define if you have the strerror function. */
43#undef HAVE_STRERROR
44
45/* Define if you have the strspn function. */
46#undef HAVE_STRSPN
47
48/* Define if you have the strtol function. */
49#undef HAVE_STRTOL
50
51/* Define if you have the <limits.h> header file. */
52#undef HAVE_LIMITS_H
53
54/* Define if you have the <sys/time.h> header file. */
55#undef HAVE_SYS_TIME_H
56
57/* Define if you have the <unistd.h> header file. */
58#undef HAVE_UNISTD_H
59
60/* Define if you have the m library (-lm). */
61#undef HAVE_LIBM
62
63/* Define if you have the z library (-lz). */
64#undef HAVE_LIBZ
65
66/* Name of package */
67#undef PACKAGE
68
69/* Version number of package */
70#undef VERSION
71
72/* 'table prefix to use' */
73#undef TBL_PREFIX
74
75/* 'use internal hashlist' */
76#undef HASHLISTSUPPORT
77
78/* 'ircd type' */
79#undef IRCD_BAHAMUT
80
81/* 'ircd type' */
82#undef IRCD_HYBRID
83
84/* 'ircd type' */
85#undef IRCD_IRCDRU
86
87/* 'ircd type' */
88#undef IRCD_SEQUANA
89
90/* 'ircd type' */
91#undef IRCD_UNREAL
92
93/* 'ircd type' */
94#undef IRCD_ULTI28
95
96/* 'ircd type' */
97#undef IRCD_ULTIMATE
98
99/* 'ircd type' */
100#undef IRCD_BAHAMUT
101
102/* 'ircd type' */
103#undef IRCD_HYBRID
104
105/* 'ircd type' */
106#undef IRCD_IRCDRU
107
108/* 'ircd type' */
109#undef IRCD_SEQUANA
110
111/* 'ircd type' */
112#undef IRCD_UNREAL
113
114/* 'ircd type' */
115#undef IRCD_ULTI28
116
117/* 'ircd type' */
118#undef IRCD_ULTIMATE
119
120/* 'dont store modes in the database ?' */
121#undef NOMODES
122