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