Changeset 1f3696b for config.h.in
- Timestamp:
- 08/11/04 14:44:20 (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:
- ffe76f8
- Parents:
- e619d90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h.in
r9eaa7de r1f3696b 36 36 /* Define to 1 if you have the <string.h> header file. */ 37 37 #undef HAVE_STRING_H 38 39 /* Define to 1 if you have the <sys/limits.h> header file. */ 40 #undef HAVE_SYS_LIMITS_H 38 41 39 42 /* Define to 1 if you have the <sys/stat.h> header file. */ … … 83 86 #undef _FILE_OFFSET_BITS 84 87 88 /* Enable GNU extensions on systems that have them. */ 89 #ifndef _GNU_SOURCE 90 # undef _GNU_SOURCE 91 #endif 92 85 93 /* Define for large files, on AIX-style hosts. */ 86 94 #undef _LARGE_FILES … … 89 97 #undef const 90 98 91 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 92 if it is not supported. */ 99 /* Define to `__inline__' or `__inline' if that's what the C compiler 100 calls it, or to nothing if 'inline' is not supported under any name. */ 101 #ifndef __cplusplus 93 102 #undef inline 103 #endif 94 104 95 105 /* Define to `unsigned' if <sys/types.h> does not define. */
Note: See TracChangeset
for help on using the changeset viewer.