summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-08-14 15:00:00 +0000
committerAndrew Tridgell <tridge@samba.org>1996-08-14 15:00:00 +0000
commitd2be32ca09b13a4c1c572e06235f64fd55ee8afd (patch)
tree3d7e31fdc665fa64faa817ad75dccfbc0670f0c8 /source3/include/includes.h
parentfcbd379d34a43660c9dc29eb880327508c7ef6fc (diff)
downloadsamba-d2be32ca09b13a4c1c572e06235f64fd55ee8afd.tar.gz
samba-d2be32ca09b13a4c1c572e06235f64fd55ee8afd.tar.bz2
samba-d2be32ca09b13a4c1c572e06235f64fd55ee8afd.zip
disabled SETFS (which was only enabled for Linux) until we resolve a
couple of bug reports that may be caused by it. Andrew (This used to be commit 424814bed710a96d87786763b851a11ea1103026)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index bcf79ac79a..3057531f7f 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -224,9 +224,12 @@ Here come some platform specific sections
#define HAVE_BZERO
#define HAVE_MEMMOVE
#define USE_SIGBLOCK
+#if 0
+/* SETFS disabled until we can check on some bug reports */
#if _LINUX_C_LIB_VERSION_MAJOR >= 5
#define USE_SETFS
#endif
+#endif
#ifdef SHADOW_PWD
#ifndef crypt
#define crypt pw_encrypt