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 /* Multi-thread support */
14 #undef SILC_THREADS
15
16 /* These can be defined only on other than Win32 systems */
17 #ifndef SILC_WIN32
18 #undef SILC_HAVE_PTHREAD
19 #undef HAVE_IPV6
20 #endif
21
22 /* Default paths */
23 #undef SILC_ETCDIR
24 #undef SILC_HELPDIR
25 #undef SILC_DOCDIR
26 #undef SILC_MODULESDIR
27 #undef SILC_LOGSDIR
28
29 /* SIM (SILC Module) support */
30 #undef SILC_SIM
31 #undef HAVE_RTLD_NOW
32 #undef HAVE_RTLD_LAZY
33
34 /* Types */
35 #undef SILC_SIZEOF_LONG_LONG
36 #undef SILC_SIZEOF_LONG
37 #undef SILC_SIZEOF_INT
38 #undef SILC_SIZEOF_SHORT
39 #undef SILC_SIZEOF_CHAR
40 #undef SILC_SIZEOF_VOID_P
41
42 /* MP library */
43 #undef SILC_MP_GMP
44 #undef SILC_MP_NSS_MPI
45
46 /* Redefs for SOCKS5 library */
47 /* macros/curses checks */
48 #undef HAS_CURSES
49 #undef USE_SUNOS_CURSES
50 #undef USE_BSD_CURSES
51 #undef USE_SYSV_CURSES
52 #undef USE_NCURSES
53 #undef NO_COLOR_CURSES
54 #undef SCO_FLAVOR
55
56 #undef SOCKS
57 #undef SOCKS5
58 #undef Rconnect
59 #undef Rgetsockname
60 #undef Rgetpeername
61 #undef Rbind
62 #undef Raccept  
63 #undef Rlisten
64 #undef Rselect
65 #undef Rrecvfrom
66 #undef Rsendto
67 #undef Rrecv
68 #undef Rsend
69 #undef Rread
70 #undef Rwrite
71 #undef Rrresvport
72 #undef Rshutdown
73 #undef Rlisten
74 #undef Rclose
75 #undef Rdup
76 #undef Rdup2
77 #undef Rfclose
78 #undef Rgethostbyname
79
80 /* Native WIN32 compilation (-mno-cygwin GCC option) under cygwin, though
81    the code compiles with any native WIN32 compiler. */
82 #undef SILC_WIN32
83
84 /* SILC distribution definitions (leave this at the end of file) */