/* include/config.h. Generated by configure. */ /* include/config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the header file. */ #define HAVE_ARPA_INET_H 1 /* Define to 1 if you have the header file. */ #define HAVE_ASSERT_H 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_DIRENT_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 header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MALLOC_H 1 /* Define to 1 if you have the `memcpy' function. */ #define HAVE_MEMCPY 1 /* Define to 1 if you have the `memmove' function. */ #define HAVE_MEMMOVE 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the `mkstemp' function. */ #define HAVE_MKSTEMP 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_NDIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_NETDB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_NETINET_IN_H 1 /* 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 `strchr' function. */ #define HAVE_STRCHR 1 /* Define to 1 if you have the `strcspn' function. */ #define HAVE_STRCSPN 1 /* 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 `strrchr' function. */ #define HAVE_STRRCHR 1 /* Define to 1 if you have the `strspn' function. */ #define HAVE_STRSPN 1 /* Define to 1 if you have the `strstr' function. */ #define HAVE_STRSTR 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_BITYPES_H */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_DIR_H */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_NDIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the `tempnam' function. */ /* #undef HAVE_TEMPNAM */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define if GNU i386 assembler needs data32 prefix for movzx/movsx */ /* #undef NEED_DATA32 */ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "netboot@gkminix.han.de" /* Define to the full name of this package. */ #define PACKAGE_NAME "netboot" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "netboot 0.9.8" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "netboot" /* Define to the version of this package. */ #define PACKAGE_VERSION "0.9.8" /* Define to 1 if the C compiler supports function prototypes. */ /* #undef PROTOTYPES */ /* The size of a `unsigned char', as computed by sizeof. */ #define SIZEOF_UNSIGNED_CHAR 0 /* The size of a `unsigned int', as computed by sizeof. */ #define SIZEOF_UNSIGNED_INT 0 /* The size of a `unsigned long', as computed by sizeof. */ #define SIZEOF_UNSIGNED_LONG 0 /* The size of a `unsigned short', as computed by sizeof. */ #define SIZEOF_UNSIGNED_SHORT 0 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to 1 if you can safely include both and . */ /* #undef TIME_WITH_SYS_TIME */ /* Define to 1 if your declares `struct tm'. */ #define TM_IN_SYS_TIME 1 /* Set to the type your C compiler uses for 16 bit variables, for example 'unsigned short'. If defined, this will override the type definitiones found in standard header files. */ /* #undef U16_TYPE */ /* Set to the type your C compiler uses for 32 bit variables, for example 'unsigned long'. If defined, this will override the type definitiones found in standard header files. */ /* #undef U32_TYPE */ /* Set to the type your C compiler uses for 8 bit variables, for example 'unsigned char'. If defined, this will override the type definitiones found in standard header files. */ /* #undef U8_TYPE */ /* Define if system cannot access misaligned data and has to use memcpy */ /* #undef USE_COPY */ /* Define if compiler supports __attribute__((packed)) */ /* #undef USE_PACKED */ /* Define if compiler supports pragma options align=packed */ /* #undef USE_PRAGMA_ALIGN */ /* Define if compiler supports pragma pack(1) */ #define USE_PRAGMA_PACK 1 /* Define if system has u_int8_t, u_int16_t and u_int32_t defined */ /* #undef USE_U_INT */ /* Define if system has __u8, __u16 and __u32 defined */ /* #undef USE__UXX */ /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #define YYTEXT_POINTER 1 /* Define like PROTOTYPES; this can be used by system headers. */ /* #undef __PROTOTYPES */ /* Define to empty if `const' does not conform to ANSI C. */ #define const /* Define as `__inline' if that's what the C compiler calls it, or to nothing if it is not supported. */ #define inline /* Define to `unsigned' if does not define. */ #define size_t unsigned /* Define to empty if the keyword `volatile' does not work. Warning: valid code using `volatile' can become incorrect without. Disable with care. */ #define volatile