]> code.citadel.org Git - citadel.git/blob - citadel/server/sysdep.h
This is an omnibus commit which moves the Citadel Server from crusty old GNU Autotool...
[citadel.git] / citadel / server / sysdep.h
1
2
3 /* define this to the Citadel home directory */
4 #define CTDLDIR "/root/citadel/citadel"
5
6 /* define, if the user suplied a data-directory to use. */
7 /* #undef DATA_DIR */
8
9 /* whether we have NLS support */
10 #define ENABLE_NLS /**/
11
12 /* whats the matching format string for pid_t? */
13 #define F_PID_T "%d"
14
15 /* whats the matching format string for uid_t? */
16 #define F_UID_T "%d"
17
18 /* whats the matching format string for xpid_t? */
19 #define F_XPID_T "%x"
20
21 /* Define to 1 if the `getpgrp' function requires zero arguments. */
22 #define GETPGRP_VOID 1
23
24 /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
25 #define HAVE_ARPA_NAMESER_COMPAT_H 1
26
27 /* Define to 1 if you have the <arpa/nameser.h> header file. */
28 #define HAVE_ARPA_NAMESER_H 1
29
30 /* Define to 1 if you have the `connect' function. */
31 #define HAVE_CONNECT 1
32
33 /* Define to 1 if you have the <db.h> header file. */
34 #define HAVE_DB_H 1
35
36 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
37    */
38 #define HAVE_DIRENT_H 1
39
40 /* Define to 1 if you have the <fcntl.h> header file. */
41 #define HAVE_FCNTL_H 1
42
43 /* Define to 1 if you have the `gethostbyname' function. */
44 #define HAVE_GETHOSTBYNAME 1
45
46 /* Define to 1 if you have the `getloadavg' function. */
47 #define HAVE_GETLOADAVG 1
48
49 /* Define to 1 if you have the `getpwnam_r' function. */
50 #define HAVE_GETPWNAM_R 1
51
52 /* Define to 1 if you have the `getpwuid_r' function. */
53 #define HAVE_GETPWUID_R 1
54
55 /* Define to 1 if you have the `getspnam' function. */
56 #define HAVE_GETSPNAM 1
57
58 /* Define to 1 if you have the `gettext' function. */
59 #define HAVE_GETTEXT 1
60
61 /* Define to 1 if you have the `getutxline' function. */
62 #define HAVE_GETUTXLINE 1
63
64 /* whether we have iconv for charset conversion */
65 #define HAVE_ICONV /**/
66
67 /* Define to 1 if you have the <inttypes.h> header file. */
68 #define HAVE_INTTYPES_H 1
69
70 /* Define to 1 if you have the `nsl' library (-lnsl). */
71 /* #undef HAVE_LIBNSL */
72
73 /* Define to 1 if you have the `pthread' library (-lpthread). */
74 #define HAVE_LIBPTHREAD 1
75
76 /* Define to 1 if you have the `rt' library (-lrt). */
77 #define HAVE_LIBRT 1
78
79 /* Define to 1 if you have the <limits.h> header file. */
80 #define HAVE_LIMITS_H 1
81
82 /* Define to 1 if you have the <malloc.h> header file. */
83 #define HAVE_MALLOC_H 1
84
85 /* Define to 1 if you have the <memory.h> header file. */
86 #define HAVE_MEMORY_H 1
87
88 /* Define to 1 if you have the `mkdir' function. */
89 #define HAVE_MKDIR 1
90
91 /* Define to 1 if you have the `mkfifo' function. */
92 #define HAVE_MKFIFO 1
93
94 /* Define to 1 if you have the `mktime' function. */
95 #define HAVE_MKTIME 1
96
97 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
98 /* #undef HAVE_NDIR_H */
99
100 /* Define to 1 if you have the <netinet/in.h> header file. */
101 #define HAVE_NETINET_IN_H 1
102
103 /* Define to 1 if you have the <paths.h> header file. */
104 #define HAVE_PATHS_H 1
105
106 /* define this if you have the pthread_cancel() function */
107 #define HAVE_PTHREAD_CANCEL /**/
108
109 /* Define to 1 if you have the <pthread.h> header file. */
110 #define HAVE_PTHREAD_H 1
111
112 /* define this if you have the resolv.h header file. */
113 #define HAVE_RESOLV_H /**/
114
115 /* Define to 1 if you have the `rmdir' function. */
116 #define HAVE_RMDIR 1
117
118 /* Define to 1 if you have the `select' function. */
119 #define HAVE_SELECT 1
120
121 /* Define to 1 if you have the `socket' function. */
122 #define HAVE_SOCKET 1
123
124 /* enable alternate spool dir? */
125 /* #undef HAVE_SPOOL_DIR */
126
127 /* should we activate an alternate static text location? */
128 /* #undef HAVE_STATICDATA_DIR */
129
130 /* Define to 1 if you have the <stdint.h> header file. */
131 #define HAVE_STDINT_H 1
132
133 /* Define to 1 if you have the <stdlib.h> header file. */
134 #define HAVE_STDLIB_H 1
135
136 /* Define to 1 if you have the `strcasecmp' function. */
137 #define HAVE_STRCASECMP 1
138
139 /* Define to 1 if you have the `strerror' function. */
140 #define HAVE_STRERROR 1
141
142 /* Define to 1 if you have the `strftime_l' function. */
143 #define HAVE_STRFTIME_L 1
144
145 /* Define to 1 if you have the <strings.h> header file. */
146 #define HAVE_STRINGS_H 1
147
148 /* Define to 1 if you have the <string.h> header file. */
149 #define HAVE_STRING_H 1
150
151 /* Define to 1 if you have the `strncasecmp' function. */
152 #define HAVE_STRNCASECMP 1
153
154 /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
155 #define HAVE_STRUCT_TM_TM_GMTOFF 1
156
157 /* Define if struct ucred is present from sys/socket.h */
158 #define HAVE_STRUCT_UCRED 1
159
160 /* Define to 1 if you have the <syscall.h> header file. */
161 #define HAVE_SYSCALL_H 1
162
163 /* Define to 1 if you have the <syslog.h> header file. */
164 #define HAVE_SYSLOG_H 1
165
166 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
167    */
168 /* #undef HAVE_SYS_DIR_H */
169
170 /* Define to 1 if you have the <sys/ioctl.h> header file. */
171 #define HAVE_SYS_IOCTL_H 1
172
173 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
174    */
175 /* #undef HAVE_SYS_NDIR_H */
176
177 /* Define to 1 if you have the <sys/prctl.h> header file. */
178 #define HAVE_SYS_PRCTL_H 1
179
180 /* Define to 1 if you have the <sys/select.h> header file. */
181 #define HAVE_SYS_SELECT_H 1
182
183 /* Define to 1 if you have the <sys/stat.h> header file. */
184 #define HAVE_SYS_STAT_H 1
185
186 /* Define to 1 if you have the <sys/syscall.h> header file. */
187 #define HAVE_SYS_SYSCALL_H 1
188
189 /* Define to 1 if you have the <sys/time.h> header file. */
190 #define HAVE_SYS_TIME_H 1
191
192 /* Define to 1 if you have the <sys/types.h> header file. */
193 #define HAVE_SYS_TYPES_H 1
194
195 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
196 #define HAVE_SYS_WAIT_H 1
197
198 /* Define to 1 if you have the <termios.h> header file. */
199 #define HAVE_TERMIOS_H 1
200
201 /* Define if you don't have `tm_gmtoff' but do have the external variable
202    `timezone'. */
203 /* #undef HAVE_TIMEZONE */
204
205 /* Define to 1 if you have the <unistd.h> header file. */
206 #define HAVE_UNISTD_H 1
207
208 /* Define to 1 if you have the `uselocale' function. */
209 #define HAVE_USELOCALE 1
210
211 /* should we put our helper binaries to another location? */
212 /* #undef HAVE_UTILBIN_DIR */
213
214 /* Define to 1 if you have the <utmpx.h> header file. */
215 #define HAVE_UTMPX_H 1
216
217 /* Define to 1 if you have the <utmp.h> header file. */
218 #define HAVE_UTMP_H 1
219
220 /* define this if struct utmp has an ut_host member */
221 #define HAVE_UT_HOST /**/
222
223 /* define this if struct utmp has an ut_type member */
224 #define HAVE_UT_TYPE /**/
225
226 /* Define to 1 if you have the `vprintf' function. */
227 #define HAVE_VPRINTF 1
228
229 /* Define to 1 if you have the `vw_printw' function. */
230 /* #undef HAVE_VW_PRINTW */
231
232 /* Define to 1 if you have the `wcolor_set' function. */
233 /* #undef HAVE_WCOLOR_SET */
234
235 /* Define to 1 if you have the `wresize' function. */
236 /* #undef HAVE_WRESIZE */
237
238 /* define, if the user suplied a helpfile-directory to use. */
239 /* #undef HELP_DIR */
240
241 /* where to find our pot files */
242 #define LOCALEDIR "/root/citadel/citadel"
243
244 /* Define to the address where bug reports for this package should be sent. */
245 #define PACKAGE_BUGREPORT "http://uncensored.citadel.org"
246
247 /* Define to the full name of this package. */
248 #define PACKAGE_NAME "Citadel"
249
250 /* Define to the full name and version of this package. */
251 #define PACKAGE_STRING "Citadel 951"
252
253 /* Define to the one symbol short name of this package. */
254 #define PACKAGE_TARNAME "citadel"
255
256 /* Define to the home page for this package. */
257 #define PACKAGE_URL ""
258
259 /* Define to the version of this package. */
260 #define PACKAGE_VERSION "951"
261
262 /* Define as the return type of signal handlers (`int' or `void'). */
263 #define RETSIGTYPE void
264
265 /* define, where the config should go in unix style */
266 /* #undef RUN_DIR */
267
268 /* The size of `char', as computed by sizeof. */
269 #define SIZEOF_CHAR 1
270
271 /* The size of `int', as computed by sizeof. */
272 #define SIZEOF_INT 4
273
274 /* The size of `loff_t', as computed by sizeof. */
275 #define SIZEOF_LOFF_T 8
276
277 /* The size of `long', as computed by sizeof. */
278 #define SIZEOF_LONG 8
279
280 /* The size of `short', as computed by sizeof. */
281 #define SIZEOF_SHORT 2
282
283 /* The size of `size_t', as computed by sizeof. */
284 #define SIZEOF_SIZE_T 8
285
286 /* do we need to use solaris call syntax? */
287 /* #undef SOLARIS_GETPWUID */
288
289 /* where do we place our spool dirs? */
290 /* #undef SPOOL_DIR */
291
292 /* were should we put our keys? */
293 #define SSL_DIR "/root/citadel/citadel/keys"
294
295 /* where do we put our static text data? */
296 /* #undef STATICDATA_DIR */
297
298 /* Define to 1 if you have the ANSI C header files. */
299 #define STDC_HEADERS 1
300
301 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
302 #define TIME_WITH_SYS_TIME 1
303
304 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
305 /* #undef TM_IN_SYS_TIME */
306
307 /* Enable extensions on AIX 3, Interix.  */
308 #ifndef _ALL_SOURCE
309 # define _ALL_SOURCE 1
310 #endif
311 /* Enable GNU extensions on systems that have them.  */
312 #ifndef _GNU_SOURCE
313 # define _GNU_SOURCE 1
314 #endif
315 /* Enable threading extensions on Solaris.  */
316 #ifndef _POSIX_PTHREAD_SEMANTICS
317 # define _POSIX_PTHREAD_SEMANTICS 1
318 #endif
319 /* Enable extensions on HP NonStop.  */
320 #ifndef _TANDEM_SOURCE
321 # define _TANDEM_SOURCE 1
322 #endif
323 /* Enable general extensions on Solaris.  */
324 #ifndef __EXTENSIONS__
325 # define __EXTENSIONS__ 1
326 #endif
327
328
329 /* were to put our helper programs */
330 /* #undef UTILBIN_DIR */
331
332 /* Define to 1 if on MINIX. */
333 /* #undef _MINIX */
334
335 /* Define to 2 if the system does not provide POSIX.1 features except with
336    this defined. */
337 /* #undef _POSIX_1_SOURCE */
338
339 /* Define to 1 if you need to in order for `stat' and other things to work. */
340 /* #undef _POSIX_SOURCE */
341
342 /* Define to empty if `const' does not conform to ANSI C. */
343 /* #undef const */
344
345 /* Define to `int' if <sys/types.h> does not define. */
346 /* #undef pid_t */
347
348 /* Define to `unsigned int' if <sys/types.h> does not define. */
349 /* #undef size_t */