| Index: config.h.in
|
| diff --git a/config.h.in b/config.h.in
|
| index 1e8919717b86f132aa20401ece0389a159eed6ac..26eee8a48e9cf5fe6cfdc5b1611b586b1d6da781 100644
|
| --- a/config.h.in
|
| +++ b/config.h.in
|
| @@ -54,10 +54,6 @@
|
| /* 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
|
|
|
| @@ -191,6 +187,11 @@
|
| # 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
|
|
|
| @@ -200,9 +201,6 @@
|
| /* 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
|
|
|
|
|