/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* System type this program was built on. */ #define BUILD "i386-unknown-gnu" /* System cpu this program was built on. */ #define BUILD_CPU "i386" /* Operatins system this program was built on. */ #define BUILD_OS "gnu" /* System vendor type this program was built on. */ #define BUILD_VENDOR "unknown" /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the `dprintf' function. */ /* #undef HAVE_DPRINTF */ /* Needed on OpenBSD systems. */ /* #undef HAVE_ERROR_H */ /* Define to 1 if you have the header file. */ #define HAVE_GETOPT_H 1 /* Define to 1 if you have the `getopt_long' function. */ #define HAVE_GETOPT_LONG 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `c' library (-lc). */ #define HAVE_LIBC 1 /* Define to 1 if you have the `dl' library (-ldl). */ #define HAVE_LIBDL 1 /* Define to 1 if you have the `iberty' library (-liberty). */ /* #undef HAVE_LIBIBERTY */ /* Define to 1 if you have the `nsl' library (-lnsl). */ /* #undef HAVE_LIBNSL */ /* Define to 1 if you have the `resolv' library (-lresolv). */ #define HAVE_LIBRESOLV 1 /* Define to 1 if you have the `socket' library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ /* Define to 1 if you have the `ucb' library (-lucb). */ /* #undef HAVE_LIBUCB */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the `vsyslog' function. */ #define HAVE_VSYSLOG 1 /* System type this program will run on. */ #define HOST "i386-unknown-gnu" /* System cpu this program will run on. */ #define HOST_CPU "i386" /* Operatins system this program will run on. */ #define HOST_OS "gnu" /* System vendor type this program will run on. */ #define HOST_VENDOR "unknown" /* Name of package */ #define PACKAGE "updatedd" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "updatedd@philipp-benner.de" /* Define to the full name of this package. */ #define PACKAGE_NAME "UpdateDD" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "UpdateDD 2.6" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "updatedd" /* Define to the version of this package. */ #define PACKAGE_VERSION "2.6" /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* System type this program will compile code for (only needed for compilers). */ #define TARGET "i386-unknown-gnu" /* System cpu this program will compile code for (only needed for compilers). */ #define TARGET_CPU "i386" /* Operatins system this program will compile code for (only needed for compilers). */ #define TARGET_OS "gnu" /* System vendor type this program will compile code for (only needed for compilers). */ #define TARGET_VENDOR "unknown" /* Version number of package */ #define VERSION "2.6" /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE #endif