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