Annotation of embedaddon/libiconv/libcharset/config.h.in, revision 1.1.1.3
1.1 misho 1: /* config.h.in. Generated from configure.ac by autoheader. */
2:
1.1.1.3 ! misho 3: /* Define to 1 if the package shall run at any location in the file system. */
1.1 misho 4: #undef ENABLE_RELOCATABLE
5:
1.1.1.3 ! misho 6: /* Define to 1 if you have the `copy_file_range' function. */
! 7: #undef HAVE_COPY_FILE_RANGE
! 8:
1.1 misho 9: /* Define to 1 if you have the <dlfcn.h> header file. */
10: #undef HAVE_DLFCN_H
11:
12: /* Define to 1 if you have the <inttypes.h> header file. */
13: #undef HAVE_INTTYPES_H
14:
15: /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
16: #undef HAVE_LANGINFO_CODESET
17:
1.1.1.3 ! misho 18: /* Define to 1 if you have the <mach-o/dyld.h> header file. */
! 19: #undef HAVE_MACH_O_DYLD_H
! 20:
1.1 misho 21: /* Define to 1 if you have the <memory.h> header file. */
22: #undef HAVE_MEMORY_H
23:
24: /* Define to 1 if you have the `setlocale' function. */
25: #undef HAVE_SETLOCALE
26:
27: /* Define to 1 if you have the <stdint.h> header file. */
28: #undef HAVE_STDINT_H
29:
30: /* Define to 1 if you have the <stdlib.h> header file. */
31: #undef HAVE_STDLIB_H
32:
33: /* Define to 1 if you have the <strings.h> header file. */
34: #undef HAVE_STRINGS_H
35:
36: /* Define to 1 if you have the <string.h> header file. */
37: #undef HAVE_STRING_H
38:
1.1.1.3 ! misho 39: /* Define to 1 if you have the `symlink' function. */
! 40: #undef HAVE_SYMLINK
! 41:
1.1 misho 42: /* Define to 1 if you have the <sys/stat.h> header file. */
43: #undef HAVE_SYS_STAT_H
44:
45: /* Define to 1 if you have the <sys/types.h> header file. */
46: #undef HAVE_SYS_TYPES_H
47:
48: /* Define to 1 if you have the <unistd.h> header file. */
49: #undef HAVE_UNISTD_H
50:
51: /* Define to 1 or 0, depending whether the compiler supports simple visibility
52: declarations. */
53: #undef HAVE_VISIBILITY
54:
1.1.1.2 misho 55: /* Define to 1 if O_NOATIME works. */
56: #undef HAVE_WORKING_O_NOATIME
57:
58: /* Define to 1 if O_NOFOLLOW works. */
59: #undef HAVE_WORKING_O_NOFOLLOW
60:
1.1.1.3 ! misho 61: /* Define to 1 if you have the `_NSGetExecutablePath' function. */
! 62: #undef HAVE__NSGETEXECUTABLEPATH
! 63:
1.1 misho 64: /* Define to the value of ${prefix}, as a string. */
65: #undef INSTALLPREFIX
66:
1.1.1.3 ! misho 67: /* Define to the sub-directory where libtool stores uninstalled libraries. */
1.1 misho 68: #undef LT_OBJDIR
69:
70: /* Define to the address where bug reports for this package should be sent. */
71: #undef PACKAGE_BUGREPORT
72:
73: /* Define to the full name of this package. */
74: #undef PACKAGE_NAME
75:
76: /* Define to the full name and version of this package. */
77: #undef PACKAGE_STRING
78:
79: /* Define to the one symbol short name of this package. */
80: #undef PACKAGE_TARNAME
81:
1.1.1.2 misho 82: /* Define to the home page for this package. */
83: #undef PACKAGE_URL
84:
1.1 misho 85: /* Define to the version of this package. */
86: #undef PACKAGE_VERSION
87:
88: /* Define to 1 if you have the ANSI C header files. */
89: #undef STDC_HEADERS
90:
91: /* Enable extensions on AIX 3, Interix. */
92: #ifndef _ALL_SOURCE
93: # undef _ALL_SOURCE
94: #endif
95: /* Enable GNU extensions on systems that have them. */
96: #ifndef _GNU_SOURCE
97: # undef _GNU_SOURCE
98: #endif
99: /* Enable threading extensions on Solaris. */
100: #ifndef _POSIX_PTHREAD_SEMANTICS
101: # undef _POSIX_PTHREAD_SEMANTICS
102: #endif
103: /* Enable extensions on HP NonStop. */
104: #ifndef _TANDEM_SOURCE
105: # undef _TANDEM_SOURCE
106: #endif
107: /* Enable general extensions on Solaris. */
108: #ifndef __EXTENSIONS__
109: # undef __EXTENSIONS__
110: #endif
111:
112:
113: /* Define to 1 if on MINIX. */
114: #undef _MINIX
115:
116: /* Define to 2 if the system does not provide POSIX.1 features except with
117: this defined. */
118: #undef _POSIX_1_SOURCE
119:
120: /* Define to 1 if you need to in order for `stat' and other things to work. */
121: #undef _POSIX_SOURCE
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>