File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / libcharset / config.h.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 09:29:42 2012 UTC (12 years, 1 month ago) by misho
Branches: libiconv, MAIN
CVS tags: v1_14p0, v1_14, HEAD
libiconv v1.14

    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 1 if O_NOATIME works. */
   47: #undef HAVE_WORKING_O_NOATIME
   48: 
   49: /* Define to 1 if O_NOFOLLOW works. */
   50: #undef HAVE_WORKING_O_NOFOLLOW
   51: 
   52: /* Define to the value of ${prefix}, as a string. */
   53: #undef INSTALLPREFIX
   54: 
   55: /* Define to the sub-directory in which libtool stores uninstalled libraries.
   56:    */
   57: #undef LT_OBJDIR
   58: 
   59: /* Define to the address where bug reports for this package should be sent. */
   60: #undef PACKAGE_BUGREPORT
   61: 
   62: /* Define to the full name of this package. */
   63: #undef PACKAGE_NAME
   64: 
   65: /* Define to the full name and version of this package. */
   66: #undef PACKAGE_STRING
   67: 
   68: /* Define to the one symbol short name of this package. */
   69: #undef PACKAGE_TARNAME
   70: 
   71: /* Define to the home page for this package. */
   72: #undef PACKAGE_URL
   73: 
   74: /* Define to the version of this package. */
   75: #undef PACKAGE_VERSION
   76: 
   77: /* Define to 1 if you have the ANSI C header files. */
   78: #undef STDC_HEADERS
   79: 
   80: /* Enable extensions on AIX 3, Interix.  */
   81: #ifndef _ALL_SOURCE
   82: # undef _ALL_SOURCE
   83: #endif
   84: /* Enable GNU extensions on systems that have them.  */
   85: #ifndef _GNU_SOURCE
   86: # undef _GNU_SOURCE
   87: #endif
   88: /* Enable threading extensions on Solaris.  */
   89: #ifndef _POSIX_PTHREAD_SEMANTICS
   90: # undef _POSIX_PTHREAD_SEMANTICS
   91: #endif
   92: /* Enable extensions on HP NonStop.  */
   93: #ifndef _TANDEM_SOURCE
   94: # undef _TANDEM_SOURCE
   95: #endif
   96: /* Enable general extensions on Solaris.  */
   97: #ifndef __EXTENSIONS__
   98: # undef __EXTENSIONS__
   99: #endif
  100: 
  101: 
  102: /* Define to 1 if on MINIX. */
  103: #undef _MINIX
  104: 
  105: /* Define to 2 if the system does not provide POSIX.1 features except with
  106:    this defined. */
  107: #undef _POSIX_1_SOURCE
  108: 
  109: /* Define to 1 if you need to in order for `stat' and other things to work. */
  110: #undef _POSIX_SOURCE

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>