removed old libs
[TestXSLT.git] / libiconv / libcharset / config.h.msvc
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if on AIX 3.
4    System headers sometimes define this.
5    We just want to avoid a redefinition error message.  */
6 #ifndef _ALL_SOURCE
7 #undef _ALL_SOURCE
8 #endif
9
10 /* Define if on MINIX.  */
11 #undef _MINIX
12
13 /* Define if the system does not provide POSIX.1 features except
14    with this defined.  */
15 #undef _POSIX_1_SOURCE
16
17 /* Define if you need to in order for stat and other things to work.  */
18 #undef _POSIX_SOURCE
19
20 /* Define if you have the nl_langinfo function.  */
21 #undef HAVE_NL_LANGINFO
22
23 /* Define if you have the setlocale function.  */
24 #define HAVE_SETLOCALE 1
25
26 /* Define if you have the <dlfcn.h> header file.  */
27 #undef HAVE_DLFCN_H
28
29 /* Define if you have the <langinfo.h> header file.  */
30 #undef HAVE_LANGINFO_H
31
32 /* Define if you have the <stddef.h> header file.  */
33 #define HAVE_STDDEF_H 1
34
35 /* Define if you have the <stdlib.h> header file.  */
36 #define HAVE_STDLIB_H 1
37
38 /* Define if you have the <string.h> header file.  */
39 #define HAVE_STRING_H 1
40
41 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
42 #undef HAVE_LANGINFO_CODESET
43