make it compile on mingw32.
[silc.git] / acconfig.h.pre
1 /* Name of the package. */
2 #undef PACKAGE
3
4 /* Version of the package. */
5 #undef VERSION
6
7 /* Default configuration file */
8 #undef SILC_SERVER_CONFIG_FILE
9
10 /* Multi-thread support */
11 #undef SILC_THREADS
12
13 /* These can be defined only on other than Win32 systems */
14 #ifndef SILC_WIN32
15
16 /* Debugging */
17 #undef SILC_DEBUG
18
19 /* Multi-thread support */
20 #undef SILC_HAVE_PTHREAD
21
22 /* IPv6 Support */
23 #undef HAVE_IPV6
24
25 #endif /* SILC_WIN32 */
26
27 /* Default paths */
28 #undef SILC_ETCDIR
29 #undef SILC_HELPDIR
30 #undef SILC_DOCDIR
31 #undef SILC_MODULESDIR
32 #undef SILC_LOGSDIR
33
34 /* SIM (SILC Module) support */
35 #undef SILC_SIM
36 #undef HAVE_RTLD_NOW
37 #undef HAVE_RTLD_LAZY
38
39 /* Types */
40 #undef SILC_SIZEOF_LONG_LONG
41 #undef SILC_SIZEOF_LONG
42 #undef SILC_SIZEOF_INT
43 #undef SILC_SIZEOF_SHORT
44 #undef SILC_SIZEOF_CHAR
45 #undef SILC_SIZEOF_VOID_P
46
47 /* MP library */
48 #undef SILC_MP_GMP
49 #undef SILC_MP_NSS_MPI
50
51 /* Redefs for SOCKS5 library */
52 /* macros/curses checks */
53 #undef HAS_CURSES
54 #undef USE_SUNOS_CURSES
55 #undef USE_BSD_CURSES
56 #undef USE_SYSV_CURSES
57 #undef USE_NCURSES
58 #undef NO_COLOR_CURSES
59 #undef SCO_FLAVOR
60
61 #undef SOCKS
62 #undef SOCKS5
63 #undef Rconnect
64 #undef Rgetsockname
65 #undef Rgetpeername
66 #undef Rbind
67 #undef Raccept  
68 #undef Rlisten
69 #undef Rselect
70 #undef Rrecvfrom
71 #undef Rsendto
72 #undef Rrecv
73 #undef Rsend
74 #undef Rread
75 #undef Rwrite
76 #undef Rrresvport
77 #undef Rshutdown
78 #undef Rlisten
79 #undef Rclose
80 #undef Rdup
81 #undef Rdup2
82 #undef Rfclose
83 #undef Rgethostbyname
84
85 /* Native WIN32 compilation (-mno-cygwin GCC option) under cygwin, though
86    the code compiles with any native WIN32 compiler. */
87 #undef SILC_WIN32
88
89 /* SILC distribution definitions (leave this at the end of file) */