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