Edit

thodg/libiconv/libcharset/config.h.in

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2001-08-27 17:04:24
    Hash : 169d4397
    Message : Upgrade to autoconf-2.52.

  • libcharset/config.h.in
  • /* config.h.in.  Generated automatically from configure.in by autoheader.  */
    
    /* Define if you have the <dlfcn.h> header file. */
    #undef HAVE_DLFCN_H
    
    /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
    #undef HAVE_LANGINFO_CODESET
    
    /* Define if you have the <langinfo.h> header file. */
    #undef HAVE_LANGINFO_H
    
    /* Define if you have the `nl_langinfo' function. */
    #undef HAVE_NL_LANGINFO
    
    /* Define if you have the `setlocale' function. */
    #undef HAVE_SETLOCALE
    
    /* Define if you have the <stddef.h> header file. */
    #undef HAVE_STDDEF_H
    
    /* Define if you have the <stdlib.h> header file. */
    #undef HAVE_STDLIB_H
    
    /* Define if you have the <string.h> header file. */
    #undef HAVE_STRING_H
    
    /* Define if on AIX 3.
       System headers sometimes define this.
       We just want to avoid a redefinition error message.  */
    #ifndef _ALL_SOURCE
    # undef _ALL_SOURCE
    #endif
    
    /* Define if on MINIX. */
    #undef _MINIX
    
    /* Define if the system does not provide POSIX.1 features except with this
       defined. */
    #undef _POSIX_1_SOURCE
    
    /* Define if you need to in order for stat and other things to work. */
    #undef _POSIX_SOURCE