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