- 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
r38a3662 rffe76f8 37 37 /* Define to 1 if you have the <string.h> header file. */ 38 38 #define HAVE_STRING_H 1 39 40 /* Define to 1 if you have the <sys/limits.h> header file. */ 41 /* #undef HAVE_SYS_LIMITS_H */ 39 42 40 43 /* Define to 1 if you have the <sys/stat.h> header file. */ … … 84 87 #define _FILE_OFFSET_BITS 64 85 88 89 /* Enable GNU extensions on systems that have them. */ 90 #ifndef _GNU_SOURCE 91 # define _GNU_SOURCE 1 92 #endif 93 86 94 /* Define for large files, on AIX-style hosts. */ 87 95 /* #undef _LARGE_FILES */ … … 90 98 /* #undef const */ 91 99 92 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 93 if it is not supported. */ 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 94 103 /* #undef inline */ 104 #endif 95 105 96 106 /* Define to `unsigned' if <sys/types.h> does not define. */
Note: See TracChangeset
for help on using the changeset viewer.