Changeset 2b07596 for config.h.in
- Timestamp:
- 10/11/04 14:25:17 (18 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 1a857f1
- Parents:
- 37d2975
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h.in
ra1c7b8e r2b07596 1 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */1 /* config.h.in. Generated from configure.in by autoheader. */ 2 2 3 /* Define to empty if the keyword does not work.*/4 #undef const3 /* Define to 1 if you have the <dlfcn.h> header file. */ 4 #undef HAVE_DLFCN_H 5 5 6 /* Define as __inline if that's what the C compiler calls it.*/7 #undef inline6 /* Define to 1 if you have the <inttypes.h> header file. */ 7 #undef HAVE_INTTYPES_H 8 8 9 /* Define to `unsigned' if <sys/types.h> doesn't define.*/10 #undef size_t9 /* Define to 1 if you have the <limits.h> header file. */ 10 #undef HAVE_LIMITS_H 11 11 12 /* Define if you have the ANSI C header files.*/13 #undef STDC_HEADERS12 /* Define to 1 if you have the <memory.h> header file. */ 13 #undef HAVE_MEMORY_H 14 14 15 /* Define if you can safely include both <sys/time.h> and <time.h>.*/16 #undef TIME_WITH_SYS_TIME15 /* Define to 1 if you have the <net/bpf.h> header file. */ 16 #undef HAVE_NET_BPF_H 17 17 18 /* Define if your processor stores words with the most significant 19 byte first (like Motorola and SPARC, unlike Intel and VAX). */ 20 #undef WORDS_BIGENDIAN 18 /* Define to 1 if you have the <pcap-bpf.h> header file. */ 19 #undef HAVE_PCAP_BPF_H 21 20 22 /* Define if you have the socket function. */ 21 /* Define to 1 if you have the <pcap.h> header file. */ 22 #undef HAVE_PCAP_H 23 24 /* Define to 1 if you have the `socket' function. */ 23 25 #undef HAVE_SOCKET 24 26 25 /* Define if you have the strdup function. */ 27 /* Define to 1 if you have the <stddef.h> header file. */ 28 #undef HAVE_STDDEF_H 29 30 /* Define to 1 if you have the <stdint.h> header file. */ 31 #undef HAVE_STDINT_H 32 33 /* Define to 1 if you have the <stdlib.h> header file. */ 34 #undef HAVE_STDLIB_H 35 36 /* Define to 1 if you have the `strdup' function. */ 26 37 #undef HAVE_STRDUP 27 38 28 /* Define if you have the <dlfcn.h> header file.*/29 #undef HAVE_ DLFCN_H39 /* Define to 1 if you have the <strings.h> header file. */ 40 #undef HAVE_STRINGS_H 30 41 31 /* Define if you have the <limits.h> header file.*/32 #undef HAVE_ LIMITS_H42 /* Define to 1 if you have the <string.h> header file. */ 43 #undef HAVE_STRING_H 33 44 34 /* Define if you have the <net/bpf.h> header file. */ 35 #undef HAVE_NET_BPF_H 36 37 /* Define if you have the <pcap-bpf.h> header file. */ 38 #undef HAVE_PCAP_BPF_H 39 40 /* Define if you have the <pcap.h> header file. */ 41 #undef HAVE_PCAP_H 42 43 /* Define if you have the <stddef.h> header file. */ 44 #undef HAVE_STDDEF_H 45 46 /* Define if you have the <stdint.h> header file. */ 47 #undef HAVE_STDINT_H 48 49 /* Define if you have the <sys/limits.h> header file. */ 45 /* Define to 1 if you have the <sys/limits.h> header file. */ 50 46 #undef HAVE_SYS_LIMITS_H 51 47 52 /* Define if you have the <zlib.h> header file. */ 48 /* Define to 1 if you have the <sys/stat.h> header file. */ 49 #undef HAVE_SYS_STAT_H 50 51 /* Define to 1 if you have the <sys/types.h> header file. */ 52 #undef HAVE_SYS_TYPES_H 53 54 /* Define to 1 if you have the <unistd.h> header file. */ 55 #undef HAVE_UNISTD_H 56 57 /* Define to 1 if you have the <zlib.h> header file. */ 53 58 #undef HAVE_ZLIB_H 54 59 … … 56 61 #undef PACKAGE 57 62 63 /* Define to the address where bug reports for this package should be sent. */ 64 #undef PACKAGE_BUGREPORT 65 66 /* Define to the full name of this package. */ 67 #undef PACKAGE_NAME 68 69 /* Define to the full name and version of this package. */ 70 #undef PACKAGE_STRING 71 72 /* Define to the one symbol short name of this package. */ 73 #undef PACKAGE_TARNAME 74 75 /* Define to the version of this package. */ 76 #undef PACKAGE_VERSION 77 78 /* Define to 1 if you have the ANSI C header files. */ 79 #undef STDC_HEADERS 80 81 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 82 #undef TIME_WITH_SYS_TIME 83 58 84 /* Version number of package */ 59 85 #undef VERSION 60 86 87 /* Define to 1 if your processor stores words with the most significant byte 88 first (like Motorola and SPARC, unlike Intel and VAX). */ 89 #undef WORDS_BIGENDIAN 90 91 /* Number of bits in a file offset, on hosts where this is settable. */ 92 #undef _FILE_OFFSET_BITS 93 94 /* Define for large files, on AIX-style hosts. */ 95 #undef _LARGE_FILES 96 97 /* Define to empty if `const' does not conform to ANSI C. */ 98 #undef const 99 100 /* Define to `__inline__' or `__inline' if that's what the C compiler 101 calls it, or to nothing if 'inline' is not supported under any name. */ 102 #ifndef __cplusplus 103 #undef inline 104 #endif 105 106 /* Define to `unsigned' if <sys/types.h> does not define. */ 107 #undef size_t
Note: See TracChangeset
for help on using the changeset viewer.