summaryrefslogtreecommitdiff
path: root/source3/acconfig.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-02-07 14:27:04 +0000
committerJeremy Allison <jra@samba.org>2000-02-07 14:27:04 +0000
commit868c81eefa72b31023eeac32788eaa439013c0f8 (patch)
treebf6d5a4ddfc72d27fa47dd7e4c60d14d1e9e129a /source3/acconfig.h
parent427a3baa9ccb942b82832f255e09acc87afca166 (diff)
downloadsamba-868c81eefa72b31023eeac32788eaa439013c0f8.tar.gz
samba-868c81eefa72b31023eeac32788eaa439013c0f8.tar.bz2
samba-868c81eefa72b31023eeac32788eaa439013c0f8.zip
Added check for SGI IRIX brokenness with semaphores when using gcc.
Code from Don Badrak <dbadrak@census.gov> Jeremy. (This used to be commit 773d6e504b1ac97f0d8136002ace2c0c0771a163)
Diffstat (limited to 'source3/acconfig.h')
-rw-r--r--source3/acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h
index a34a6f1db2..1dd2af1022 100644
--- a/source3/acconfig.h
+++ b/source3/acconfig.h
@@ -114,3 +114,5 @@
#undef USE_SETRESUID
#undef USE_SETREUID
#undef USE_SETUIDX
+#undef HAVE_LIBDL
+#undef NEED_SGI_SEMUN_HACK