Changeset ffe76f8 for config.h.in
- Timestamp:
- 08/11/04 14:52:23 (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:
- ac50951
- Parents:
- 1f3696b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h.in
r1f3696b rffe76f8 1 /* config.h.in. Generated from configure.in by autoheader. */1 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ 2 2 3 /* Define to 1 if you have the <dlfcn.h> header file. */ 3 /* Define to empty if the keyword does not work. */ 4 #undef const 5 6 /* Define as __inline if that's what the C compiler calls it. */ 7 #undef inline 8 9 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 10 #undef size_t 11 12 /* Define if you have the ANSI C header files. */ 13 #undef STDC_HEADERS 14 15 /* Define if you can safely include both <sys/time.h> and <time.h>. */ 16 #undef TIME_WITH_SYS_TIME 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 21 22 /* Define if you have the socket function. */ 23 #undef HAVE_SOCKET 24 25 /* Define if you have the strdup function. */ 26 #undef HAVE_STRDUP 27 28 /* Define if you have the <dlfcn.h> header file. */ 4 29 #undef HAVE_DLFCN_H 5 30 6 /* Define to 1 if you have the <inttypes.h> header file. */ 7 #undef HAVE_INTTYPES_H 8 9 /* Define to 1 if you have the <memory.h> header file. */ 10 #undef HAVE_MEMORY_H 11 12 /* Define to 1 if you have the <net/bpf.h> header file. */ 31 /* Define if you have the <net/bpf.h> header file. */ 13 32 #undef HAVE_NET_BPF_H 14 33 15 /* Define to 1 if you have the <pcap-bpf.h> header file.*/34 /* Define if you have the <pcap-bpf.h> header file. */ 16 35 #undef HAVE_PCAP_BPF_H 17 36 18 /* Define to 1 if you have the <pcap.h> header file.*/37 /* Define if you have the <pcap.h> header file. */ 19 38 #undef HAVE_PCAP_H 20 39 21 /* Define to 1 if you have the `socket' function. */ 22 #undef HAVE_SOCKET 23 24 /* Define to 1 if you have the <stdint.h> header file. */ 25 #undef HAVE_STDINT_H 26 27 /* Define to 1 if you have the <stdlib.h> header file. */ 28 #undef HAVE_STDLIB_H 29 30 /* Define to 1 if you have the `strdup' function. */ 31 #undef HAVE_STRDUP 32 33 /* Define to 1 if you have the <strings.h> header file. */ 34 #undef HAVE_STRINGS_H 35 36 /* Define to 1 if you have the <string.h> header file. */ 37 #undef HAVE_STRING_H 38 39 /* Define to 1 if you have the <sys/limits.h> header file. */ 40 /* Define if you have the <sys/limits.h> header file. */ 40 41 #undef HAVE_SYS_LIMITS_H 41 42 42 /* Define to 1 if you have the <sys/stat.h> header file. */ 43 #undef HAVE_SYS_STAT_H 44 45 /* Define to 1 if you have the <sys/types.h> header file. */ 46 #undef HAVE_SYS_TYPES_H 47 48 /* Define to 1 if you have the <unistd.h> header file. */ 49 #undef HAVE_UNISTD_H 50 51 /* Define to 1 if you have the <zlib.h> header file. */ 43 /* Define if you have the <zlib.h> header file. */ 52 44 #undef HAVE_ZLIB_H 53 45 … … 55 47 #undef PACKAGE 56 48 57 /* Define to the address where bug reports for this package should be sent. */58 #undef PACKAGE_BUGREPORT59 60 /* Define to the full name of this package. */61 #undef PACKAGE_NAME62 63 /* Define to the full name and version of this package. */64 #undef PACKAGE_STRING65 66 /* Define to the one symbol short name of this package. */67 #undef PACKAGE_TARNAME68 69 /* Define to the version of this package. */70 #undef PACKAGE_VERSION71 72 /* Define to 1 if you have the ANSI C header files. */73 #undef STDC_HEADERS74 75 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */76 #undef TIME_WITH_SYS_TIME77 78 49 /* Version number of package */ 79 50 #undef VERSION 80 51 81 /* Define to 1 if your processor stores words with the most significant byte82 first (like Motorola and SPARC, unlike Intel and VAX). */83 #undef WORDS_BIGENDIAN84 85 /* Number of bits in a file offset, on hosts where this is settable. */86 #undef _FILE_OFFSET_BITS87 88 /* Enable GNU extensions on systems that have them. */89 #ifndef _GNU_SOURCE90 # undef _GNU_SOURCE91 #endif92 93 /* Define for large files, on AIX-style hosts. */94 #undef _LARGE_FILES95 96 /* Define to empty if `const' does not conform to ANSI C. */97 #undef const98 99 /* Define to `__inline__' or `__inline' if that's what the C compiler100 calls it, or to nothing if 'inline' is not supported under any name. */101 #ifndef __cplusplus102 #undef inline103 #endif104 105 /* Define to `unsigned' if <sys/types.h> does not define. */106 #undef size_t
Note: See TracChangeset
for help on using the changeset viewer.