summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-29 12:37:01 +1000
committerDamien Miller <djm@mindrot.org>1999-10-29 12:37:01 +1000
commit65b3c13132633189b49bf0d7002b55755280d6d3 (patch)
tree6f0082165e680bd783dba42ff3b16993f2e87a5a /config.h.in
parent3c5cb3857b8c20da189c5a23fc72d3db0d34c6cd (diff)
- Removed redundant subdirectories
- Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for building on Debian.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 44a5686d0..f106c04d6 100644
--- a/config.h.in
+++ b/config.h.in
@@ -126,6 +126,9 @@
126/* Define if you have the dl library (-ldl). */ 126/* Define if you have the dl library (-ldl). */
127#undef HAVE_LIBDL 127#undef HAVE_LIBDL
128 128
129/* Define if you have the nsl library (-lnsl). */
130#undef HAVE_LIBNSL
131
129/* Define if you have the pam library (-lpam). */ 132/* Define if you have the pam library (-lpam). */
130#undef HAVE_LIBPAM 133#undef HAVE_LIBPAM
131 134