From 892eb1237236fbd51f4bde6e9f2369da7f135605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 13 May 2004 08:34:58 +0000 Subject: [PATCH] Fix the config git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7550 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/coreutils-5.0/config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/apps/bin/coreutils-5.0/config.h b/src/apps/bin/coreutils-5.0/config.h index a7e1d8f750..8a5f1d2731 100644 --- a/src/apps/bin/coreutils-5.0/config.h +++ b/src/apps/bin/coreutils-5.0/config.h @@ -146,11 +146,11 @@ /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you don't. */ -#define HAVE_DECL_FEOF_UNLOCKED 1 +#define HAVE_DECL_FEOF_UNLOCKED 0 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if you don't. */ -#define HAVE_DECL_FERROR_UNLOCKED 1 +#define HAVE_DECL_FERROR_UNLOCKED 0 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if you don't. */ @@ -170,7 +170,7 @@ /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if you don't. */ -#define HAVE_DECL_FREAD_UNLOCKED 1 +#define HAVE_DECL_FREAD_UNLOCKED 0 /* Define to 1 if you have the declaration of `free', and to 0 if you don't. */ @@ -178,7 +178,7 @@ /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if you don't. */ -#define HAVE_DECL_FWRITE_UNLOCKED 1 +#define HAVE_DECL_FWRITE_UNLOCKED 0 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if you don't. */ @@ -1372,7 +1372,7 @@ /* #undef malloc */ /* Define to a type if does not define. */ -#define mbstate_t int +//#define mbstate_t int /* Define to rpl_memcmp if the replacement function should be used. */ /* #undef memcmp */