Commit | Line | Data |
---|---|---|
fd979678 VK |
1 | /* Replacement of config.h for NetWare */ |
2 | ||
3 | /* Define to 1 if you have the `strtoll' function. */ | |
4 | #define HAVE_STRTOLL 1 | |
5 | ||
6 | /* Define to 1 if you have the `strtoull' function. */ | |
7 | #define HAVE_STRTOULL 1 | |
8 | ||
3e39fcde | 9 | /* Define to 1 if you have sizeof(wchar_t) == 2. */ |
8b86c5dc | 10 | #define UNICODE_UCS2 1 |
03ed7e4f | 11 | |
0bd43de0 VK |
12 | /* Define to 1 if you have the `wcslen' function. */ |
13 | #define HAVE_WCSLEN 1 | |
14 | ||
15 | /* Define to 1 if you have the `wcsdup' function. */ | |
16 | #define HAVE_WCSDUP 1 | |
17 | ||
18 | /* Define to 1 if you have the `wcsncpy' function. */ | |
19 | #define HAVE_WCSNCPY 1 | |
20 | ||
21 | /* Define to 1 if you have the `wchar_t' type. */ | |
22 | #define HAVE_WCHAR_T 1 | |
23 | ||
ff214673 | 24 | /* Define to 1 if you have the `iconv' function. */ |
559127ea | 25 | //#define HAVE_ICONV 1 |
ff214673 VK |
26 | |
27 | /* Define to 1 if you have the <iconv.h> header file. */ | |
559127ea | 28 | //#define HAVE_ICONV_H 1 |
ff214673 VK |
29 | |
30 | /* Define to 1 if iconv supports //IGNORE option */ | |
31 | #define HAVE_ICONV_IGNORE 1 | |
32 | ||
33 | /* Define to 1 if iconv supports UCS-2 */ | |
34 | #define HAVE_ICONV_UCS_2 1 | |
35 | ||
d6c7ce9a VK |
36 | /* Define to 1 if iconv supports UCS-4 */ |
37 | #define HAVE_ICONV_UCS_4 1 | |
38 | ||
ff214673 VK |
39 | /* Define as const if the declaration of iconv() needs const. */ |
40 | #define ICONV_CONST | |
41 | ||
03ed7e4f VK |
42 | /* Define to 1 if you have the `sys/utsname.h' header file. */ |
43 | #define HAVE_SYS_UTSNAME_H 1 | |
678de2bc | 44 | |
563c2ae0 VK |
45 | /* Define to 1 if you have the <termios.h> header file. */ |
46 | #define HAVE_TERMIOS_H 1 | |
6a378789 | 47 | |
d6c7ce9a VK |
48 | /* Define to 1 if you have the <syslog.h> header file. */ |
49 | #define HAVE_SYSLOG_H 1 | |
50 | ||
678de2bc VK |
51 | /* The size of a `long', as computed by sizeof. */ |
52 | #define SIZEOF_LONG 4 | |
8118ecaf | 53 | |
eb64d74c VK |
54 | /* Define to 1 if you have the declaration of `PTHREAD_MUTEX_RECURSIVE', and |
55 | to 0 if you don't. */ | |
56 | #define HAVE_DECL_PTHREAD_MUTEX_RECURSIVE 1 | |
57 | ||
58 | /* Define to 1 if you have the `pthread_mutexattr_settype' function. */ | |
59 | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1 | |
60 | ||
e999e054 VK |
61 | /* Define to 1 if you have the declaration of `pthread_mutexattr_settype', and |
62 | to 0 if you don't. */ | |
63 | #define HAVE_DECL_PTHREAD_MUTEXATTR_SETTYPE 1 | |
64 | ||
eb64d74c VK |
65 | /* Define to 1 if you have working pthread read/write locks */ |
66 | #define HAVE_PTHREAD_RWLOCK 1 | |
67 | ||
68 | /* Define to 1 if you have the `pthread_rwlock_timedrdlock' function. */ | |
69 | #define HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK 1 | |
70 | ||
71 | /* Define to 1 if you have the `pthread_rwlock_timedwrlock' function. */ | |
72 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | |
ce7565e7 VK |
73 | |
74 | /* Define to 1 if you have the declaration of `va_copy', and | |
75 | to 0 if you don't. */ | |
76 | #define HAVE_DECL_VA_COPY 1 | |
e999e054 VK |
77 | |
78 | /* Define to 1 if you have Expat XML parser. */ | |
79 | #define HAVE_LIBEXPAT 1 |