summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-12-10 23:52:34 +0000
committerJeremy Allison <jra@samba.org>1998-12-10 23:52:34 +0000
commitbd61029e2ad2cec7751a251fccd2dbf709175fc9 (patch)
tree2de1a80e057dc126c004293642e713e3cd6fbce6 /source/include
parent4f9d42ea67814387d9f3ee9c7b0a672ea000b70c (diff)
downloadsamba-bd61029e2ad2cec7751a251fccd2dbf709175fc9.tar.gz
samba-bd61029e2ad2cec7751a251fccd2dbf709175fc9.tar.xz
samba-bd61029e2ad2cec7751a251fccd2dbf709175fc9.zip
HPUX fix. This looks like a big change but isn't actually, most of the
changes are bzero -> memset as the compiler on HPUX is very picky about bzero (probably a strange define). The significant changes are in configure.in, to fix the HPUX shadow.h problem and also move the large file support to the correct place. passdb/pass_check.c: Added includes for KRB5, DCE and AFS if requested in autoconf. tests/trapdoor.c: Fix to use setresuid and setresgid if defined. The rest of the changes are bzero -> memset. Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index c2e684af750..5af70cdd5ad 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -149,6 +149,7 @@
#undef HAVE_STAT64
#undef HAVE_SETRESGID
#undef HAVE_SETRESGID_DECL
+#undef HAVE_SHADOW_H
/* The number of bytes in a int. */
#undef SIZEOF_INT