From 25df160753c6e963e9829f7260da71647b09864c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 4 Jul 2006 15:14:23 +0000 Subject: [PATCH] The sed configure script doesn't fit the sources: mkstemp.c tests for HAVE_FCNTL_H bug configure doesn't care. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18029 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/sed/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/bin/sed/config.h b/src/bin/sed/config.h index 68a526d487..e77c78a6f2 100644 --- a/src/bin/sed/config.h +++ b/src/bin/sed/config.h @@ -201,7 +201,7 @@ /* #undef HAVE_STRVERSCMP */ /* Define to 1 if you have the header file. */ -#define HAVE_SYS_FILE_H 1 +/* #undef HAVE_SYS_FILE_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1 @@ -215,6 +215,9 @@ /* Define to 1 if you have the `tsearch' function. */ /* #undef HAVE_TSEARCH */ +/* Define to 1 if you have the header file. */ +#define HAVE_FCNTL_H 1 + /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1