From d893010d5e449133f73ac22bb4f8ab7a1d311332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 29 Jun 2006 18:15:46 +0000 Subject: [PATCH] * We have stdint.h. * We probably won't have a sys/file.h anymore in the future (I already removed it from the new network stack branch) - it's not part of POSIX and looks pretty much useless to me. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17969 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/bash/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/bash/config.h b/src/bin/bash/config.h index b2a1177557..d4196307ed 100644 --- a/src/bin/bash/config.h +++ b/src/bin/bash/config.h @@ -769,13 +769,13 @@ #define HAVE_STDDEF_H 1 /* Define if you have the header file. */ -/* #undef HAVE_STDINT_H */ +#define HAVE_STDINT_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_DIR_H */ /* Define if you have the header file. */ -#define HAVE_SYS_FILE_H 1 +/* #undef HAVE_SYS_FILE_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */