Manual pages installation fix patch by Ville Räsänen.
[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 #undef SILC_MANDIR
35
36 /* SIM (SILC Module) support */
37 #undef SILC_SIM
38 #undef HAVE_RTLD_NOW
39 #undef HAVE_RTLD_LAZY
40
41 /* MP library */
42 #undef SILC_MP_GMP
43 #undef SILC_MP_NSS_MPI
44
45 /* Redefs for SOCKS5 library */
46 /* macros/curses checks */
47 #undef HAS_CURSES
48 #undef USE_SUNOS_CURSES
49 #undef USE_BSD_CURSES
50 #undef USE_SYSV_CURSES
51 #undef USE_NCURSES
52 #undef NO_COLOR_CURSES
53 #undef SCO_FLAVOR
54
55 #undef SOCKS
56 #undef SOCKS5
57 #undef Rconnect
58 #undef Rgetsockname
59 #undef Rgetpeername
60 #undef Rbind
61 #undef Raccept  
62 #undef Rlisten
63 #undef Rselect
64 #undef Rrecvfrom
65 #undef Rsendto
66 #undef Rrecv
67 #undef Rsend
68 #undef Rread
69 #undef Rwrite
70 #undef Rrresvport
71 #undef Rshutdown
72 #undef Rlisten
73 #undef Rclose
74 #undef Rdup
75 #undef Rdup2
76 #undef Rfclose
77 #undef Rgethostbyname
78
79 /* Native WIN32 compilation (-mno-cygwin GCC option) under cygwin, though
80    the code compiles with any native WIN32 compiler. */
81 #undef SILC_WIN32
82
83 /* SILC distribution definitions (leave this at the end of file) */