summaryrefslogtreecommitdiffstats
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-07-03 17:19:46 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-07-03 17:19:46 +0000
commit885b42b44752249c85bb924c9ceefa5b710225da (patch)
tree1da7afb7b9e816a1b609d42cd2f148951f86cbf0 /source/include/includes.h
parent1f0ecfe4fc612b214480f8b8462764964556ed5c (diff)
downloadsamba-885b42b44752249c85bb924c9ceefa5b710225da.tar.gz
samba-885b42b44752249c85bb924c9ceefa5b710225da.tar.xz
samba-885b42b44752249c85bb924c9ceefa5b710225da.zip
Fixes for UnixWare 2.x with shadow passwords from
Warren Young <tkennedy@cyberport.com>.
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 7403fc4b641..44707673ee1 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -968,6 +968,12 @@ typedef int mode_t;
#define HAVE_VFORK 1
#endif
+/* For UnixWare 2.x's ia_uinfo routines. (tangent@cyberport.com) */
+#ifdef IA_UINFO
+#include <iaf.h>
+#include <ia.h>
+#endif
+
/*******************************************************************
end of the platform specific sections