Fix the config
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7554 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3ac41feb00
commit
5db7538856
@ -150,7 +150,7 @@
|
||||
|
||||
/* 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. */
|
||||
@ -1372,7 +1372,7 @@
|
||||
/* #undef malloc */
|
||||
|
||||
/* Define to a type if <wchar.h> does not define. */
|
||||
#define mbstate_t int
|
||||
//#define mbstate_t int
|
||||
|
||||
/* Define to rpl_memcmp if the replacement function should be used. */
|
||||
/* #undef memcmp */
|
||||
@ -1387,7 +1387,7 @@
|
||||
/* #undef mkstemp */
|
||||
|
||||
/* Define to rpl_mktime if the replacement function should be used. */
|
||||
#define mktime rpl_mktime
|
||||
//#define mktime rpl_mktime
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
/* #undef mode_t */
|
||||
|
@ -322,7 +322,7 @@
|
||||
/* #undef malloc */
|
||||
|
||||
/* Define to a type if <wchar.h> does not define. */
|
||||
#define mbstate_t int
|
||||
//#define mbstate_t int
|
||||
|
||||
/* Define to `long' if <sys/types.h> does not define. */
|
||||
/* #undef off_t */
|
||||
|
@ -319,7 +319,7 @@
|
||||
#endif
|
||||
|
||||
/* Define to a type if <wchar.h> does not define. */
|
||||
#define mbstate_t int
|
||||
//#define mbstate_t int
|
||||
|
||||
/* Define to `long' if <sys/types.h> does not define. */
|
||||
/* #undef off_t */
|
||||
|
@ -92,7 +92,7 @@
|
||||
|
||||
/* 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. */
|
||||
@ -148,7 +148,7 @@
|
||||
|
||||
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_STRERROR_R 0
|
||||
#define HAVE_DECL_STRERROR_R 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
|
||||
don't. */
|
||||
@ -637,7 +637,7 @@
|
||||
/* #undef malloc */
|
||||
|
||||
/* Define to a type if <wchar.h> does not define. */
|
||||
#define mbstate_t int
|
||||
//#define mbstate_t int
|
||||
|
||||
/* Type of minor device numbers. */
|
||||
#define minor_t int
|
||||
|
Loading…
x
Reference in New Issue
Block a user