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 /* macros/curses checks */
34 #undef HAS_CURSES
35 #undef USE_SUNOS_CURSES
36 #undef USE_BSD_CURSES
37 #undef USE_SYSV_CURSES
38 #undef USE_NCURSES
39 #undef NO_COLOR_CURSES
40 #undef SCO_FLAVOR
41
42 /* Redefs for SOCKS5 library */
43 #undef SOCKS
44 #undef SOCKS5
45 #undef Rconnect
46 #undef Rgetsockname
47 #undef Rgetpeername
48 #undef Rbind
49 #undef Raccept  
50 #undef Rlisten
51 #undef Rselect
52 #undef Rrecvfrom
53 #undef Rsendto
54 #undef Rrecv
55 #undef Rsend
56 #undef Rread
57 #undef Rwrite
58 #undef Rrresvport
59 #undef Rshutdown
60 #undef Rlisten
61 #undef Rclose
62 #undef Rdup
63 #undef Rdup2
64 #undef Rfclose
65 #undef Rgethostbyname
66
67 /* SILC distribution definitions (leave this at the end of file) */