| OLD | NEW |
| 1 /* src/config.h.in. Generated from configure.ac by autoheader. */ | 1 /* src/config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | 2 |
| 3 /* Define to 1 if you have the <a.out.h> header file. */ | 3 /* Define to 1 if you have the <a.out.h> header file. */ |
| 4 #undef HAVE_A_OUT_H | 4 #undef HAVE_A_OUT_H |
| 5 | 5 |
| 6 /* define if the compiler supports basic C++11 syntax */ |
| 7 #undef HAVE_CXX11 |
| 8 |
| 6 /* Define to 1 if you have the <inttypes.h> header file. */ | 9 /* Define to 1 if you have the <inttypes.h> header file. */ |
| 7 #undef HAVE_INTTYPES_H | 10 #undef HAVE_INTTYPES_H |
| 8 | 11 |
| 9 /* Define to 1 if you have the <memory.h> header file. */ | 12 /* Define to 1 if you have the <memory.h> header file. */ |
| 10 #undef HAVE_MEMORY_H | 13 #undef HAVE_MEMORY_H |
| 11 | 14 |
| 12 /* Define if you have POSIX threads libraries and header files. */ | 15 /* Define if you have POSIX threads libraries and header files. */ |
| 13 #undef HAVE_PTHREAD | 16 #undef HAVE_PTHREAD |
| 14 | 17 |
| 15 /* Define to 1 if you have the <stdint.h> header file. */ | 18 /* Define to 1 if you have the <stdint.h> header file. */ |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 /* Enable large inode numbers on Mac OS X 10.5. */ | 70 /* Enable large inode numbers on Mac OS X 10.5. */ |
| 68 #ifndef _DARWIN_USE_64_BIT_INODE | 71 #ifndef _DARWIN_USE_64_BIT_INODE |
| 69 # define _DARWIN_USE_64_BIT_INODE 1 | 72 # define _DARWIN_USE_64_BIT_INODE 1 |
| 70 #endif | 73 #endif |
| 71 | 74 |
| 72 /* Number of bits in a file offset, on hosts where this is settable. */ | 75 /* Number of bits in a file offset, on hosts where this is settable. */ |
| 73 #undef _FILE_OFFSET_BITS | 76 #undef _FILE_OFFSET_BITS |
| 74 | 77 |
| 75 /* Define for large files, on AIX-style hosts. */ | 78 /* Define for large files, on AIX-style hosts. */ |
| 76 #undef _LARGE_FILES | 79 #undef _LARGE_FILES |
| OLD | NEW |