123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- /* config.h. Generated from config.h.in by configure. */
- /* config.h.in. Generated from configure.ac by autoheader. */
- /* Define to 1 if translation of program messages to the user's native
- language is requested. */
- #define ENABLE_NLS 1
- /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
- CoreFoundation framework. */
- /* #undef HAVE_CFLOCALECOPYCURRENT */
- /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
- the CoreFoundation framework. */
- /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
- /* Define if the GNU dcgettext() function is already present or preinstalled.
- */
- #define HAVE_DCGETTEXT 1
- /* Define to 1 if you have the <dlfcn.h> header file. */
- #define HAVE_DLFCN_H 1
- /* Define to 1 if you have the <float.h> header file. */
- #define HAVE_FLOAT_H 1
- /* Define to 1 if you have the <fnmatch.h> header file. */
- #define HAVE_FNMATCH_H 1
- /* Define to 1 if you have the `geteuid' function. */
- #define HAVE_GETEUID 1
- /* Define if the GNU gettext() function is already present or preinstalled. */
- #define HAVE_GETTEXT 1
- /* Define to 1 if you have the `getuid' function. */
- #define HAVE_GETUID 1
- /* Define to 1 if you have the <glob.h> header file. */
- #define HAVE_GLOB_H 1
- /* Define if you have the iconv() function and it works. */
- #define HAVE_ICONV 1
- /* Define to 1 if you have the <inttypes.h> header file. */
- #define HAVE_INTTYPES_H 1
- /* Define to 1 if you have the <langinfo.h> header file. */
- #define HAVE_LANGINFO_H 1
- /* Define to 1 if you have the <libintl.h> header file. */
- #define HAVE_LIBINTL_H 1
- /* Define to 1 if you have the <mcheck.h> header file. */
- #define HAVE_MCHECK_H 1
- /* Define to 1 if you have the <memory.h> header file. */
- #define HAVE_MEMORY_H 1
- /* Define to 1 if you have the `mtrace' function. */
- #define HAVE_MTRACE 1
- /* Define to 1 if you have the `setregid' function. */
- #define HAVE_SETREGID 1
- /* Define to 1 if you have the `srandom' function. */
- #define HAVE_SRANDOM 1
- /* Define to 1 if you have the <stdint.h> header file. */
- #define HAVE_STDINT_H 1
- /* Define to 1 if you have the <stdlib.h> header file. */
- #define HAVE_STDLIB_H 1
- /* Define to 1 if you have the `stpcpy' function. */
- #define HAVE_STPCPY 1
- /* Define to 1 if you have the `strerror' function. */
- #define HAVE_STRERROR 1
- /* Define to 1 if you have the <strings.h> header file. */
- #define HAVE_STRINGS_H 1
- /* Define to 1 if you have the <string.h> header file. */
- #define HAVE_STRING_H 1
- /* Define to 1 if you have the <sys/stat.h> header file. */
- #define HAVE_SYS_STAT_H 1
- /* Define to 1 if you have the <sys/types.h> header file. */
- #define HAVE_SYS_TYPES_H 1
- /* Define to 1 if you have the <unistd.h> header file. */
- #define HAVE_UNISTD_H 1
- /* Define to 1 if you have the `vasprintf' function. */
- #define HAVE_VASPRINTF 1
- /* Define to 1 if you have the `__secure_getenv' function. */
- /* #undef HAVE___SECURE_GETENV */
- /* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
- #define LT_OBJDIR ".libs/"
- /* Name of package */
- #define PACKAGE "popt"
- /* Define to the address where bug reports for this package should be sent. */
- #define PACKAGE_BUGREPORT "popt-devel@rpm5.org"
- /* Define to the full name of this package. */
- #define PACKAGE_NAME "popt"
- /* Define to the full name and version of this package. */
- #define PACKAGE_STRING "popt 1.16"
- /* Define to the one symbol short name of this package. */
- #define PACKAGE_TARNAME "popt"
- /* Define to the version of this package. */
- #define PACKAGE_VERSION "1.16"
- /* Full path to popt top_srcdir. */
- #define POPT_SOURCE_PATH "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/popt-1.16"
- /* Full path to default POPT configuration directory */
- #define POPT_SYSCONFDIR "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/popt-1.16/release/etc"
- /* Define to 1 if the C compiler supports function prototypes. */
- #define PROTOTYPES 1
- /* Define to 1 if you have the ANSI C header files. */
- #define STDC_HEADERS 1
- /* Version number of package */
- #define VERSION "1.16"
- /* Number of bits in a file offset, on hosts where this is settable. */
- #define _FILE_OFFSET_BITS 64
- /* Define for large files, on AIX-style hosts. */
- /* #undef _LARGE_FILES */
- /* Define like PROTOTYPES; this can be used by system headers. */
- #define __PROTOTYPES 1
|