Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: src/config.h.in

Issue 1870733005: Fix a dependency issue in automake (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Add TEST_DEPS Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « aclocal.m4 ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « aclocal.m4 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698