diff options
author | Jeremy Allison <jra@samba.org> | 2000-02-07 14:27:04 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-02-07 14:27:04 +0000 |
commit | 773d6e504b1ac97f0d8136002ace2c0c0771a163 (patch) | |
tree | 3488f2d6bc12a9a2c972881ebaa0f6b5c9584ebe /source/include/config.h.in | |
parent | 507624dbc0a1a9e1df72a6b8de45038e86a9e5b1 (diff) | |
download | samba-773d6e504b1ac97f0d8136002ace2c0c0771a163.tar.gz samba-773d6e504b1ac97f0d8136002ace2c0c0771a163.tar.xz samba-773d6e504b1ac97f0d8136002ace2c0c0771a163.zip |
Added check for SGI IRIX brokenness with semaphores when using gcc.
Code from Don Badrak <dbadrak@census.gov>
Jeremy.
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r-- | source/include/config.h.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in index 49344a05c8a..c8d5d892335 100644 --- a/source/include/config.h.in +++ b/source/include/config.h.in @@ -180,6 +180,8 @@ #undef USE_SETRESUID #undef USE_SETREUID #undef USE_SETUIDX +#undef HAVE_LIBDL +#undef NEED_SGI_SEMUN_HACK /* The number of bytes in a int. */ #undef SIZEOF_INT @@ -883,9 +885,6 @@ /* Define if you have the cups library (-lcups). */ #undef HAVE_LIBCUPS -/* Define if you have the dl library (-ldl). */ -#undef HAVE_LIBDL - /* Define if you have the gen library (-lgen). */ #undef HAVE_LIBGEN |