Remove redundant and unused definitions from config.h.in.
[ircu2.10.12-pk.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2 #ifndef INCLUDED_config_h
3 #define INCLUDED_config_h
4 /*
5  * IRC - Internet Relay Chat, acconfig.h
6  * Copyright (C) 2000 Kevin L. Mitchell <klmitch@mit.edu>
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2, or (at your option)
11  * any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21  *
22  * $Id: config.h.in,v 1.8 2004-09-09 19:43:01 entrope Exp $
23  */
24
25 /* Define one of these, depending on wether you have
26  * POSIX, BSD or SYSV non-blocking stuff
27  */
28 #undef NBLOCK_POSIX
29 #undef NBLOCK_BSD
30 #undef NBLOCK_SYSV
31
32 /* Define on of these, depending on wether you have
33  * POSIX, BSD or SYSV signal handling
34  */
35 #undef POSIX_SIGNALS
36 #undef BSD_RELIABLE_SIGNALS
37 #undef SYSV_UNRELIABLE_SIGNALS
38
39 /* Define these to be unsigned integral internal types,
40  * of respecitvely 2 and 4 bytes in size, when not already
41  * defined in <sys/types.h>, <stdlib.h> or <stddef.h>
42  */
43 #undef uint16_t
44 #undef uint32_t
45
46 /* Define to enable various debugging code in the server; DO NOT USE
47  * THIS ON PRODUCTION SERVERS ON PAIN OF DELINKING!
48  */
49 #undef DEBUGMODE
50
51 /* Define this to DISable various assertion checking statements */
52 #undef NDEBUG
53
54 /* Define to force certain critical functions to be inlined */
55 #undef FORCEINLINE
56
57 /* Define to be the local domain name for some statics gathering */
58 #undef DOMAINNAME
59
60 /* Define to be the name of the executable to be executed on /restart */
61 #undef SPATH
62
63 /* Define to be the path to the data directory */
64 #undef DPATH
65
66 /* Define to be the name of the configuration file */
67 #undef CPATH
68
69 /* Define to be the name of the debugging log file */
70 #undef LPATH
71
72 /* Define to be the maximum number of network connections */
73 #undef MAXCONNECTIONS
74
75 /* Define to implement epoll system calls */
76 #undef EPOLL_NEED_BODY
77
78 /* Define to 1 if you have the <crypt.h> header file. */
79 #undef HAVE_CRYPT_H
80
81 /* Define to 1 if you have the `getrusage' function. */
82 #undef HAVE_GETRUSAGE
83
84 /* Define to 1 if you have the <inttypes.h> header file. */
85 #undef HAVE_INTTYPES_H
86
87 /* Define to 1 if you have the `kqueue' function. */
88 #undef HAVE_KQUEUE
89
90 /* Define to 1 if you have the `nsl' library (-lnsl). */
91 #undef HAVE_LIBNSL
92
93 /* Define to 1 if you have the `resolv' library (-lresolv). */
94 #undef HAVE_LIBRESOLV
95
96 /* Define to 1 if you have the `socket' library (-lsocket). */
97 #undef HAVE_LIBSOCKET
98
99 /* Define to 1 if you have the <memory.h> header file. */
100 #undef HAVE_MEMORY_H
101
102 /* Define to 1 if you have the <poll.h> header file. */
103 #undef HAVE_POLL_H
104
105 /* Define to 1 if system calls automatically restart after interruption by a
106    signal. */
107 #undef HAVE_RESTARTABLE_SYSCALLS
108
109 /* Define to 1 if you have the `setrlimit' function. */
110 #undef HAVE_SETRLIMIT
111
112 /* Define to 1 if you have the <stdint.h> header file. */
113 #undef HAVE_STDINT_H
114
115 /* Define to 1 if you have the <stdlib.h> header file. */
116 #undef HAVE_STDLIB_H
117
118 /* Define to 1 if you have the <strings.h> header file. */
119 #undef HAVE_STRINGS_H
120
121 /* Define to 1 if you have the <string.h> header file. */
122 #undef HAVE_STRING_H
123
124 /* Define to 1 if you have the <sys/devpoll.h> header file. */
125 #undef HAVE_SYS_DEVPOLL_H
126
127 /* Define to 1 if you have the <sys/epoll.h> header file. */
128 #undef HAVE_SYS_EPOLL_H
129
130 /* Define to 1 if you have the <sys/event.h> header file. */
131 #undef HAVE_SYS_EVENT_H
132
133 /* Define to 1 if you have the <sys/stat.h> header file. */
134 #undef HAVE_SYS_STAT_H
135
136 /* Define to 1 if you have the <sys/types.h> header file. */
137 #undef HAVE_SYS_TYPES_H
138
139 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
140 #undef HAVE_SYS_WAIT_H
141
142 /* Define to 1 if you have the `times' function. */
143 #undef HAVE_TIMES
144
145 /* Define to 1 if you have the <unistd.h> header file. */
146 #undef HAVE_UNISTD_H
147
148 /* Define if we have va_copy */
149 #undef HAVE_VA_COPY
150
151 /* Define if we have __va_copy */
152 #undef HAVE___VA_COPY
153
154 /* The size of a `int', as computed by sizeof. */
155 #undef SIZEOF_INT
156
157 /* The size of a `long', as computed by sizeof. */
158 #undef SIZEOF_LONG
159
160 /* The size of a `short', as computed by sizeof. */
161 #undef SIZEOF_SHORT
162
163 /* The size of a `void *', as computed by sizeof. */
164 #undef SIZEOF_VOID_P
165
166 /* Define to 1 if you have the ANSI C header files. */
167 #undef STDC_HEADERS
168
169 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
170 #undef TIME_WITH_SYS_TIME
171
172 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
173 #undef TM_IN_SYS_TIME
174
175 /* Define to enable the /dev/poll engine */
176 #undef USE_DEVPOLL
177
178 /* Define to enable the epoll engine */
179 #undef USE_EPOLL
180
181 /* Define to enable the kqueue engine */
182 #undef USE_KQUEUE
183
184 /* Specify whether or not to use poll() */
185 #undef USE_POLL
186
187 /* Define to 1 if your processor stores words with the most significant byte
188    first (like Motorola and SPARC, unlike Intel and VAX). */
189 #undef WORDS_BIGENDIAN
190
191 /* Define to `int' if <sys/types.h> doesn't define. */
192 #undef gid_t
193
194 /* Define to `short' if <sys/types.h> does not define. */
195 #undef int16_t
196
197 /* Define to `long' if <sys/types.h> does not define. */
198 #undef int32_t
199
200 /* Define to `unsigned' if <sys/types.h> does not define. */
201 #undef size_t
202
203 /* Define to `int' if <sys/types.h> doesn't define. */
204 #undef uid_t
205
206 /* Define to `unsigned int' if <sys/types.h> does not define. */
207 #undef socklen_t
208
209 /* Define if you want IPv6 support. */
210 #undef IPV6
211
212 #endif /* INCLUDED_config_h */