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

Unified Diff: config.h.in

Issue 2364793002: Revert "Uprev libmtp to 1.1.12" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « config.sub ('k') | configure » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config.h.in
diff --git a/config.h.in b/config.h.in
index 26eee8a48e9cf5fe6cfdc5b1611b586b1d6da781..1e8919717b86f132aa20401ece0389a159eed6ac 100644
--- a/config.h.in
+++ b/config.h.in
@@ -54,6 +54,10 @@
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
+ to 0 otherwise. */
+#undef HAVE_MALLOC
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -187,11 +191,6 @@
# endif
#endif
-/* Enable large inode numbers on Mac OS X 10.5. */
-#ifndef _DARWIN_USE_64_BIT_INODE
-# define _DARWIN_USE_64_BIT_INODE 1
-#endif
-
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
@@ -201,6 +200,9 @@
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
+/* Define to rpl_malloc if the replacement function should be used. */
+#undef malloc
+
/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
« no previous file with comments | « config.sub ('k') | configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698