updates.
[silc.git] / acconfig.h.pre
1 /* Name of the package. */
2 #undef PACKAGE
3
4 /* Version of the package. */
5 #undef VERSION
6
7 /* Debugging */
8 #undef SILC_DEBUG
9
10 /* Default configuration file */
11 #undef SILC_SERVER_CONFIG_FILE
12
13 /* Default pid file */
14 #undef SILC_SERVER_PID_FILE
15
16 /* Multi-thread support */
17 #undef SILC_THREADS
18 #undef SILC_HAVE_PTHREAD
19
20 /* IPv6 support */
21 #undef HAVE_IPV6
22
23 /* Default paths */
24 #undef SILC_ETCDIR
25 #undef SILC_HELPDIR
26 #undef SILC_DOCDIR
27 #undef SILC_MODULESDIR
28 #undef SILC_LOGSDIR
29
30 /* SIM (SILC Module) support */
31 #undef SILC_SIM
32 #undef HAVE_RTLD_NOW
33 #undef HAVE_RTLD_LAZY
34
35 /* Types */
36 #undef SILC_SIZEOF_LONG_LONG
37 #undef SILC_SIZEOF_LONG
38 #undef SILC_SIZEOF_INT
39 #undef SILC_SIZEOF_SHORT
40 #undef SILC_SIZEOF_CHAR
41 #undef SILC_SIZEOF_VOID_P
42
43 /* MP library */
44 #undef SILC_MP_GMP
45 #undef SILC_MP_NSS_MPI
46
47 /* Redefs for SOCKS5 library */
48 /* macros/curses checks */
49 #undef HAS_CURSES
50 #undef USE_SUNOS_CURSES
51 #undef USE_BSD_CURSES
52 #undef USE_SYSV_CURSES
53 #undef USE_NCURSES
54 #undef NO_COLOR_CURSES
55 #undef SCO_FLAVOR
56
57 #undef SOCKS
58 #undef SOCKS5
59 #undef Rconnect
60 #undef Rgetsockname
61 #undef Rgetpeername
62 #undef Rbind
63 #undef Raccept  
64 #undef Rlisten
65 #undef Rselect
66 #undef Rrecvfrom
67 #undef Rsendto
68 #undef Rrecv
69 #undef Rsend
70 #undef Rread
71 #undef Rwrite
72 #undef Rrresvport
73 #undef Rshutdown
74 #undef Rlisten
75 #undef Rclose
76 #undef Rdup
77 #undef Rdup2
78 #undef Rfclose
79 #undef Rgethostbyname
80
81 /* Native WIN32 compilation (-mno-cygwin GCC option) under cygwin, though
82    the code compiles with any native WIN32 compiler. */
83 #undef SILC_WIN32
84
85 /* SILC distribution definitions (leave this at the end of file) */