From 002a9fe6342c1d62f273634db484ac93db647ca9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 7 Oct 1998 05:58:09 +0000 Subject: - no getdents on OSF1 - try a new method of handling prototype mismatches in wrapped.c. We now try to disable prototypes! (This used to be commit 77aea37bb83f2b9ad541f851b003ca10b9811314) --- source3/include/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 92056f075a..289f06f0a2 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -408,6 +408,9 @@ /* Define if you have the getcwd function. */ #undef HAVE_GETCWD +/* Define if you have the getdents function. */ +#undef HAVE_GETDENTS + /* Define if you have the getgrnam function. */ #undef HAVE_GETGRNAM @@ -654,6 +657,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_CAPABILITY_H +/* Define if you have the header file. */ +#undef HAVE_SYS_CDEFS_H + /* Define if you have the header file. */ #undef HAVE_SYS_DIR_H -- cgit