summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-23 11:24:32 +1100
committerDamien Miller <djm@mindrot.org>1999-11-23 11:24:32 +1100
commit3744b5191822525a69861c1bc035cf955be196a1 (patch)
tree6bfe45789d09f666ba68520dc3bd5ed83f8665cb /acconfig.h
parent294df785b8f67a5890d1e49ba883d530cdfb534c (diff)
- Numerous little Solaris fixes
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/acconfig.h b/acconfig.h
index 6459c637..86ce003a 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -68,17 +68,25 @@
/* ******************* Shouldn't need to edit below this line ************** */
-# include <sys/types.h> /* For u_intXX_t */
-# include <sys/socket.h> /* For SHUT_XXXX */
+#include <sys/types.h> /* For u_intXX_t */
+#include <sys/socket.h> /* For SHUT_XXXX */
#ifdef HAVE_PATHS_H
# include <paths.h> /* For _PATH_XXX */
#endif
+#ifdef HAVE_UTMP_H
+# include <utmp.h> /* For _PATH_XXX */
+#endif
+
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h> /* For timersub */
#endif
+#ifdef HAVE_MAILLOCK_H
+#include <maillock.h>
+#endif
+
#ifndef SHUT_RDWR
enum
{
@@ -176,6 +184,10 @@ enum
# define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:"
#endif
+#ifndef _PATH_DEVNULL
+# define _PATH_DEVNULL "/dev/null"
+#endif
+
#ifndef _PATH_MAILDIR
# ifdef MAILDIR
# define _PATH_MAILDIR MAILDIR