moved whitespace around
[citadel.git] / citadel / server / sysdep.h
1 // This file contains some definitions left over from autoconf's reign of terror.
2 // We will be slowly phasing this out.
3
4 #ifndef CTDLDIR
5 #error CTDLDIR is not defined , did we not run configure ?
6 #endif
7
8 #define ENABLE_NLS
9 #define F_PID_T "%d"
10 #define F_UID_T "%d"
11 #define F_XPID_T "%x"
12 #define GETPGRP_VOID 1
13 #define HAVE_ARPA_NAMESER_COMPAT_H 1
14 #define HAVE_GETPWNAM_R 1
15 #define HAVE_GETPWUID_R 1
16 #define HAVE_GETSPNAM 1
17 #define HAVE_ICONV
18 #define HAVE_MEMORY_H 1
19 #define HAVE_PTHREAD_H 1
20 #define HAVE_RESOLV_H
21 #define HAVE_STRINGS_H 1
22 #define HAVE_STRING_H 1
23 #define HAVE_STRUCT_TM_TM_GMTOFF 1
24 #define HAVE_STRUCT_UCRED 1
25 #define HAVE_SYSCALL_H 1
26 #define HAVE_SYS_PRCTL_H 1
27 #define HAVE_SYS_SELECT_H 1
28 #define HAVE_SYS_SYSCALL_H 1
29 #define LOCALEDIR "/root/citadel/citadel"
30 #define RETSIGTYPE void
31 #define SIZEOF_CHAR 1
32 #define SIZEOF_INT 4
33 #define SIZEOF_LOFF_T 8
34 #define SIZEOF_LONG 8
35 #define SIZEOF_SHORT 2
36 #define SIZEOF_SIZE_T 8
37 #define SSL_DIR "/root/citadel/citadel/keys"
38 #define STDC_HEADERS 1
39 #define TIME_WITH_SYS_TIME 1
40
41 // Enable GNU extensions on systems that have them.
42 #ifndef _GNU_SOURCE
43 # define _GNU_SOURCE 1
44 #endif