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