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