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