diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-07 05:58:09 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-07 05:58:09 +0000 |
commit | 002a9fe6342c1d62f273634db484ac93db647ca9 (patch) | |
tree | ceeb93757a28be440a470c628963b4f99b1b7908 /source3/include/config.h.in | |
parent | 39e9d06e45c4800d3ae225b1de43a9447dbe1d12 (diff) | |
download | samba-002a9fe6342c1d62f273634db484ac93db647ca9.tar.gz samba-002a9fe6342c1d62f273634db484ac93db647ca9.tar.bz2 samba-002a9fe6342c1d62f273634db484ac93db647ca9.zip |
- 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)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 <sys/capability.h> header file. */ #undef HAVE_SYS_CAPABILITY_H +/* Define if you have the <sys/cdefs.h> header file. */ +#undef HAVE_SYS_CDEFS_H + /* Define if you have the <sys/dir.h> header file. */ #undef HAVE_SYS_DIR_H |