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