summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-28 15:22:41 +1000
committerDamien Miller <djm@mindrot.org>2000-06-28 15:22:41 +1000
commitb8c656e744a0a9110e5eb0ea5a6587efb181b20a (patch)
tree090ecdf170d3a8e3b184a1607a1807fac26d663a /acconfig.h
parent262ff170fbd9d2071a43e97656a6bd705dda7e4c (diff)
- (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
support. Enable using "USE_SIA=1 ./configure [options]"
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 0a042587f..6f375212c 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -148,6 +148,9 @@
148/* Define if you want have trusted HPUX */ 148/* Define if you want have trusted HPUX */
149#undef HAVE_HPUX_TRUSTED_SYSTEM_PW 149#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
150 150
151/* Define if you have Digital Unix Security Integration Architecture */
152#undef HAVE_OSF_SIA
153
151/* Define if you have getpwanam(3) [SunOS 4.x] */ 154/* Define if you have getpwanam(3) [SunOS 4.x] */
152#undef HAVE_GETPWANAM 155#undef HAVE_GETPWANAM
153 156