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

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

Issue 1726163002: Fix building on musl libc. Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 10 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 | « src/common/stabs_reader.h ('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
12 /* Define to 1 if you have the <linux/a.out.h> header file. */
13 #undef HAVE_LINUX_A_OUT_H
14
9 /* Define to 1 if you have the <memory.h> header file. */ 15 /* Define to 1 if you have the <memory.h> header file. */
10 #undef HAVE_MEMORY_H 16 #undef HAVE_MEMORY_H
11 17
12 /* Define if you have POSIX threads libraries and header files. */ 18 /* Define if you have POSIX threads libraries and header files. */
13 #undef HAVE_PTHREAD 19 #undef HAVE_PTHREAD
14 20
15 /* Define to 1 if you have the <stdint.h> header file. */ 21 /* Define to 1 if you have the <stdint.h> header file. */
16 #undef HAVE_STDINT_H 22 #undef HAVE_STDINT_H
17 23
18 /* Define to 1 if you have the <stdlib.h> header file. */ 24 /* Define to 1 if you have the <stdlib.h> header file. */
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 /* Enable large inode numbers on Mac OS X 10.5. */ 73 /* Enable large inode numbers on Mac OS X 10.5. */
68 #ifndef _DARWIN_USE_64_BIT_INODE 74 #ifndef _DARWIN_USE_64_BIT_INODE
69 # define _DARWIN_USE_64_BIT_INODE 1 75 # define _DARWIN_USE_64_BIT_INODE 1
70 #endif 76 #endif
71 77
72 /* Number of bits in a file offset, on hosts where this is settable. */ 78 /* Number of bits in a file offset, on hosts where this is settable. */
73 #undef _FILE_OFFSET_BITS 79 #undef _FILE_OFFSET_BITS
74 80
75 /* Define for large files, on AIX-style hosts. */ 81 /* Define for large files, on AIX-style hosts. */
76 #undef _LARGE_FILES 82 #undef _LARGE_FILES
OLDNEW
« no previous file with comments | « src/common/stabs_reader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698