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 | 77aea37bb83f2b9ad541f851b003ca10b9811314 (patch) | |
tree | d928694a64d029f345ca79a88cda06b1767b194c /source/include | |
parent | 50526c45ba7920b15b6947edc8bc714a00d80f79 (diff) | |
download | samba-77aea37bb83f2b9ad541f851b003ca10b9811314.tar.gz samba-77aea37bb83f2b9ad541f851b003ca10b9811314.tar.xz samba-77aea37bb83f2b9ad541f851b003ca10b9811314.zip |
- no getdents on OSF1
- try a new method of handling prototype mismatches in wrapped.c. We
now try to disable prototypes!
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in index 92056f075af..289f06f0a23 100644 --- a/source/include/config.h.in +++ b/source/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 |