File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / config.h.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:49:17 2021 UTC (3 years, 3 months ago) by misho
Branches: confuse, MAIN
CVS tags: v3_3, HEAD
confuse 3.3

    1: /* config.h.in.  Generated from configure.ac by autoheader.  */
    2: 
    3: /* Define to 1 if translation of program messages to the user's native
    4:    language is requested. */
    5: #undef ENABLE_NLS
    6: 
    7: /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
    8:    CoreFoundation framework. */
    9: #undef HAVE_CFLOCALECOPYCURRENT
   10: 
   11: /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
   12:    the CoreFoundation framework. */
   13: #undef HAVE_CFPREFERENCESCOPYAPPVALUE
   14: 
   15: /* Define if the GNU dcgettext() function is already present or preinstalled.
   16:    */
   17: #undef HAVE_DCGETTEXT
   18: 
   19: /* Define to 1 if you have the <dlfcn.h> header file. */
   20: #undef HAVE_DLFCN_H
   21: 
   22: /* Define to 1 if you have the `fmemopen' function. */
   23: #undef HAVE_FMEMOPEN
   24: 
   25: /* Define to 1 if you have the `funopen' function. */
   26: #undef HAVE_FUNOPEN
   27: 
   28: /* Define if the GNU gettext() function is already present or preinstalled. */
   29: #undef HAVE_GETTEXT
   30: 
   31: /* Define if you have the iconv() function and it works. */
   32: #undef HAVE_ICONV
   33: 
   34: /* Define to 1 if you have the <inttypes.h> header file. */
   35: #undef HAVE_INTTYPES_H
   36: 
   37: /* Define to 1 if you have the <memory.h> header file. */
   38: #undef HAVE_MEMORY_H
   39: 
   40: /* Define to 1 if you have the `reallocarray' function. */
   41: #undef HAVE_REALLOCARRAY
   42: 
   43: /* Define to 1 if you have the `setenv' function. */
   44: #undef HAVE_SETENV
   45: 
   46: /* Define to 1 if you have the <stdint.h> header file. */
   47: #undef HAVE_STDINT_H
   48: 
   49: /* Define to 1 if you have the <stdlib.h> header file. */
   50: #undef HAVE_STDLIB_H
   51: 
   52: /* Define to 1 if you have the `strcasecmp' function. */
   53: #undef HAVE_STRCASECMP
   54: 
   55: /* Define to 1 if you have the `strdup' function. */
   56: #undef HAVE_STRDUP
   57: 
   58: /* Define to 1 if you have the <strings.h> header file. */
   59: #undef HAVE_STRINGS_H
   60: 
   61: /* Define to 1 if you have the <string.h> header file. */
   62: #undef HAVE_STRING_H
   63: 
   64: /* Define to 1 if you have the `strndup' function. */
   65: #undef HAVE_STRNDUP
   66: 
   67: /* Define to 1 if you have the <sys/stat.h> header file. */
   68: #undef HAVE_SYS_STAT_H
   69: 
   70: /* Define to 1 if you have the <sys/types.h> header file. */
   71: #undef HAVE_SYS_TYPES_H
   72: 
   73: /* Define to 1 if you have the <unistd.h> header file. */
   74: #undef HAVE_UNISTD_H
   75: 
   76: /* Define to 1 if you have the `unsetenv' function. */
   77: #undef HAVE_UNSETENV
   78: 
   79: /* Define to 1 if you have the <windows.h> header file. */
   80: #undef HAVE_WINDOWS_H
   81: 
   82: /* Define to 1 if you have the `_putenv' function. */
   83: #undef HAVE__PUTENV
   84: 
   85: /* Define to the sub-directory where libtool stores uninstalled libraries. */
   86: #undef LT_OBJDIR
   87: 
   88: /* Name of package */
   89: #undef PACKAGE
   90: 
   91: /* Define to the address where bug reports for this package should be sent. */
   92: #undef PACKAGE_BUGREPORT
   93: 
   94: /* Define to the full name of this package. */
   95: #undef PACKAGE_NAME
   96: 
   97: /* Define to the full name and version of this package. */
   98: #undef PACKAGE_STRING
   99: 
  100: /* Define to the one symbol short name of this package. */
  101: #undef PACKAGE_TARNAME
  102: 
  103: /* Define to the home page for this package. */
  104: #undef PACKAGE_URL
  105: 
  106: /* Define to the version of this package. */
  107: #undef PACKAGE_VERSION
  108: 
  109: /* Define to 1 if you have the ANSI C header files. */
  110: #undef STDC_HEADERS
  111: 
  112: /* Version number of package */
  113: #undef VERSION
  114: 
  115: /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
  116:    `char[]'. */
  117: #undef YYTEXT_POINTER
  118: 
  119: /* Define to empty if `const' does not conform to ANSI C. */
  120: #undef const

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