autoconf update.
[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 /* Types */
41 #undef SILC_SIZEOF_LONG_LONG
42 #undef SILC_SIZEOF_LONG
43 #undef SILC_SIZEOF_INT
44 #undef SILC_SIZEOF_SHORT
45 #undef SILC_SIZEOF_CHAR
46 #undef SILC_SIZEOF_VOID_P
47
48 /* MP library */
49 #undef SILC_MP_GMP
50 #undef SILC_MP_NSS_MPI
51
52 /* Redefs for SOCKS5 library */
53 /* macros/curses checks */
54 #undef HAS_CURSES
55 #undef USE_SUNOS_CURSES
56 #undef USE_BSD_CURSES
57 #undef USE_SYSV_CURSES
58 #undef USE_NCURSES
59 #undef NO_COLOR_CURSES
60 #undef SCO_FLAVOR
61
62 #undef SOCKS
63 #undef SOCKS5
64 #undef Rconnect
65 #undef Rgetsockname
66 #undef Rgetpeername
67 #undef Rbind
68 #undef Raccept  
69 #undef Rlisten
70 #undef Rselect
71 #undef Rrecvfrom
72 #undef Rsendto
73 #undef Rrecv
74 #undef Rsend
75 #undef Rread
76 #undef Rwrite
77 #undef Rrresvport
78 #undef Rshutdown
79 #undef Rlisten
80 #undef Rclose
81 #undef Rdup
82 #undef Rdup2
83 #undef Rfclose
84 #undef Rgethostbyname
85
86 /* Native WIN32 compilation (-mno-cygwin GCC option) under cygwin, though
87    the code compiles with any native WIN32 compiler. */
88 #undef SILC_WIN32
89
90 /* SILC distribution definitions (leave this at the end of file) */