Changeset e5d3718 for config.h.in
- Timestamp:
- 08/12/04 15:08:30 (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:
- 4a2f534
- Parents:
- b296c02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h.in
ra4ce365 re5d3718 6 6 /* Define to 1 if you have the <inttypes.h> header file. */ 7 7 #undef HAVE_INTTYPES_H 8 9 /* Define to 1 if you have the <limits.h> header file. */ 10 #undef HAVE_LIMITS_H 8 11 9 12 /* Define to 1 if you have the <memory.h> header file. */ … … 89 92 #undef _FILE_OFFSET_BITS 90 93 91 /* Enable GNU extensions on systems that have them. */92 #ifndef _GNU_SOURCE93 # undef _GNU_SOURCE94 #endif95 96 94 /* Define for large files, on AIX-style hosts. */ 97 95 #undef _LARGE_FILES … … 100 98 #undef const 101 99 102 /* Define to `__inline__' or `__inline' if that's what the C compiler 103 calls it, or to nothing if 'inline' is not supported under any name. */ 104 #ifndef __cplusplus 100 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 101 if it is not supported. */ 105 102 #undef inline 106 #endif107 103 108 104 /* Define to `unsigned' if <sys/types.h> does not define. */
Note: See TracChangeset
for help on using the changeset viewer.