Changeset a1c7b8e for config.h.in
- Timestamp:
- 10/08/04 16:21:59 (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:
- d896967f
- Parents:
- b020bb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h.in
r82f2b7b ra1c7b8e 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 <limits.h> header file. */ 31 /* Define if you have the <limits.h> header file. */ 10 32 #undef HAVE_LIMITS_H 11 33 12 /* Define to 1 if you have the <memory.h> header file. */ 13 #undef HAVE_MEMORY_H 14 15 /* Define to 1 if you have the <net/bpf.h> header file. */ 34 /* Define if you have the <net/bpf.h> header file. */ 16 35 #undef HAVE_NET_BPF_H 17 36 18 /* Define to 1 if you have the <pcap-bpf.h> header file.*/37 /* Define if you have the <pcap-bpf.h> header file. */ 19 38 #undef HAVE_PCAP_BPF_H 20 39 21 /* Define to 1 if you have the <pcap.h> header file.*/40 /* Define if you have the <pcap.h> header file. */ 22 41 #undef HAVE_PCAP_H 23 42 24 /* Define to 1 if you have the `socket' function. */ 25 #undef HAVE_SOCKET 26 27 /* Define to 1 if you have the <stddef.h> header file. */ 43 /* Define if you have the <stddef.h> header file. */ 28 44 #undef HAVE_STDDEF_H 29 45 30 /* Define to 1 if you have the <stdint.h> header file.*/46 /* Define if you have the <stdint.h> header file. */ 31 47 #undef HAVE_STDINT_H 32 48 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. */ 37 #undef HAVE_STRDUP 38 39 /* Define to 1 if you have the <strings.h> header file. */ 40 #undef HAVE_STRINGS_H 41 42 /* Define to 1 if you have the <string.h> header file. */ 43 #undef HAVE_STRING_H 44 45 /* Define to 1 if you have the <sys/limits.h> header file. */ 49 /* Define if you have the <sys/limits.h> header file. */ 46 50 #undef HAVE_SYS_LIMITS_H 47 51 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. */ 52 /* Define if you have the <zlib.h> header file. */ 58 53 #undef HAVE_ZLIB_H 59 54 … … 61 56 #undef PACKAGE 62 57 63 /* Define to the address where bug reports for this package should be sent. */64 #undef PACKAGE_BUGREPORT65 66 /* Define to the full name of this package. */67 #undef PACKAGE_NAME68 69 /* Define to the full name and version of this package. */70 #undef PACKAGE_STRING71 72 /* Define to the one symbol short name of this package. */73 #undef PACKAGE_TARNAME74 75 /* Define to the version of this package. */76 #undef PACKAGE_VERSION77 78 /* Define to 1 if you have the ANSI C header files. */79 #undef STDC_HEADERS80 81 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */82 #undef TIME_WITH_SYS_TIME83 84 58 /* Version number of package */ 85 59 #undef VERSION 86 60 87 /* Define to 1 if your processor stores words with the most significant byte88 first (like Motorola and SPARC, unlike Intel and VAX). */89 #undef WORDS_BIGENDIAN90 91 /* Number of bits in a file offset, on hosts where this is settable. */92 #undef _FILE_OFFSET_BITS93 94 /* Define for large files, on AIX-style hosts. */95 #undef _LARGE_FILES96 97 /* Define to empty if `const' does not conform to ANSI C. */98 #undef const99 100 /* Define to `__inline__' or `__inline' if that's what the C compiler101 calls it, or to nothing if 'inline' is not supported under any name. */102 #ifndef __cplusplus103 #undef inline104 #endif105 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.