[15365] | 1 | /* config.h.in. Generated automatically from configure.in by autoheader. */ |
---|
| 2 | #ifndef __HAVE_AF_CONFIG_H__ |
---|
| 3 | #define __HAVE_AF_CONFIG_H__ |
---|
| 4 | |
---|
| 5 | |
---|
| 6 | /* types substituted/commented-out by configure */ |
---|
| 7 | #undef u_int8_t |
---|
| 8 | #undef u_int16_t |
---|
| 9 | #undef u_int32_t |
---|
| 10 | |
---|
| 11 | |
---|
| 12 | /************************************************************** |
---|
| 13 | * BEGIN AUTOHEADER-GENERATED SECTION |
---|
| 14 | **************************************************************/ |
---|
| 15 | |
---|
| 16 | |
---|
[18226] | 17 | /* Define if you have the <dlfcn.h> header file. */ |
---|
| 18 | #undef HAVE_DLFCN_H |
---|
[15365] | 19 | |
---|
[18226] | 20 | /* Define if you have the <fcntl.h> header file. */ |
---|
| 21 | #undef HAVE_FCNTL_H |
---|
[15365] | 22 | |
---|
[18226] | 23 | /* Define if you have the <inttypes.h> header file. */ |
---|
| 24 | #undef HAVE_INTTYPES_H |
---|
[15365] | 25 | |
---|
[18226] | 26 | /* Define if you have the `m' library (-lm). */ |
---|
| 27 | #undef HAVE_LIBM |
---|
[15365] | 28 | |
---|
[18226] | 29 | /* Define if you have the <memory.h> header file. */ |
---|
| 30 | #undef HAVE_MEMORY_H |
---|
[17098] | 31 | |
---|
[18226] | 32 | /* Define if you have the <stdint.h> header file. */ |
---|
| 33 | #undef HAVE_STDINT_H |
---|
[17098] | 34 | |
---|
[18226] | 35 | /* Define if you have the <stdlib.h> header file. */ |
---|
| 36 | #undef HAVE_STDLIB_H |
---|
[17098] | 37 | |
---|
[18226] | 38 | /* Define if you have the `strdup' function. */ |
---|
[15365] | 39 | #undef HAVE_STRDUP |
---|
| 40 | |
---|
[18226] | 41 | /* Define if you have the <strings.h> header file. */ |
---|
| 42 | #undef HAVE_STRINGS_H |
---|
[15365] | 43 | |
---|
[18226] | 44 | /* Define if you have the <string.h> header file. */ |
---|
| 45 | #undef HAVE_STRING_H |
---|
| 46 | |
---|
| 47 | /* Define if you have the <sys/stat.h> header file. */ |
---|
| 48 | #undef HAVE_SYS_STAT_H |
---|
| 49 | |
---|
| 50 | /* Define if you have the <sys/types.h> header file. */ |
---|
| 51 | #undef HAVE_SYS_TYPES_H |
---|
| 52 | |
---|
| 53 | /* Define if you have the <unistd.h> header file. */ |
---|
[15365] | 54 | #undef HAVE_UNISTD_H |
---|
| 55 | |
---|
| 56 | /* Name of package */ |
---|
| 57 | #undef PACKAGE |
---|
| 58 | |
---|
[18226] | 59 | /* The size of a `long', as computed by sizeof. */ |
---|
| 60 | #undef SIZEOF_LONG |
---|
| 61 | |
---|
| 62 | /* The size of a `off_t', as computed by sizeof. */ |
---|
| 63 | #undef SIZEOF_OFF_T |
---|
| 64 | |
---|
| 65 | /* The size of a `size_t', as computed by sizeof. */ |
---|
| 66 | #undef SIZEOF_SIZE_T |
---|
| 67 | |
---|
| 68 | /* Define if you have the ANSI C header files. */ |
---|
| 69 | #undef STDC_HEADERS |
---|
| 70 | |
---|
[15365] | 71 | /* Version number of package */ |
---|
| 72 | #undef VERSION |
---|
| 73 | |
---|
[18226] | 74 | /* Define if your processor stores words with the most significant byte first |
---|
| 75 | (like Motorola and SPARC, unlike Intel and VAX). */ |
---|
| 76 | #undef WORDS_BIGENDIAN |
---|
| 77 | |
---|
| 78 | /* Define to empty if `const' does not conform to ANSI C. */ |
---|
| 79 | #undef const |
---|
| 80 | |
---|
| 81 | /* Define to `short' if <sys/types.h> does not define. */ |
---|
| 82 | #undef int16_t |
---|
| 83 | |
---|
| 84 | /* Define to `int' if <sys/types.h> does not define. */ |
---|
| 85 | #undef int32_t |
---|
| 86 | |
---|
| 87 | /* Define to `signed char' if <sys/types.h> does not define. */ |
---|
| 88 | #undef int8_t |
---|
| 89 | |
---|
| 90 | /* Define to `long' if <sys/types.h> does not define. */ |
---|
| 91 | #undef off_t |
---|
| 92 | |
---|
| 93 | /* Define to `unsigned' if <sys/types.h> does not define. */ |
---|
| 94 | #undef size_t |
---|
| 95 | |
---|
| 96 | /* Define to `unsigned short' if <sys/types.h> does not define. */ |
---|
| 97 | #undef u_int16_t |
---|
| 98 | |
---|
| 99 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
---|
| 100 | #undef u_int32_t |
---|
| 101 | |
---|
| 102 | /* Define to `unsigned char' if <sys/types.h> does not define. */ |
---|
| 103 | #undef u_int8_t |
---|
[15365] | 104 | /************************************************************** |
---|
| 105 | * END AUTOHEADER-GENERATED SECTION |
---|
| 106 | **************************************************************/ |
---|
| 107 | |
---|
| 108 | |
---|
| 109 | #endif /* __HAVE_AF_CONFIG_H__ */ |
---|