summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-22 13:57:07 +1100
committerDamien Miller <djm@mindrot.org>1999-11-22 13:57:07 +1100
commitb3ca3aa12f8248c2d9e23f15a46e0f3c97397e54 (patch)
tree7833695d2f077b965b02a5b9927be50456d172d7 /includes.h
parenta75cb9666237b3479471238eb26b39872b9858e0 (diff)
- Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
- Added timersum() macro - Tidy RCSIDs of bsd-*.c
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index 06245fdce..722c6b3bd 100644
--- a/includes.h
+++ b/includes.h
@@ -27,7 +27,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
27#include <sys/ioctl.h> 27#include <sys/ioctl.h>
28#include <sys/stat.h> 28#include <sys/stat.h>
29#include <sys/wait.h> 29#include <sys/wait.h>
30#include <sys/time.h>
31#include <sys/un.h> 30#include <sys/un.h>
32#include <sys/resource.h> 31#include <sys/resource.h>
33 32
@@ -65,6 +64,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
65#ifdef HAVE_SYS_SELECT_H 64#ifdef HAVE_SYS_SELECT_H
66# include <sys/select.h> 65# include <sys/select.h>
67#endif 66#endif
67#ifdef HAVE_SYS_TIME_H
68# include <sys/time.h>
69#endif
68#ifdef HAVE_LIBPAM 70#ifdef HAVE_LIBPAM
69# include <security/pam_appl.h> 71# include <security/pam_appl.h>
70#endif 72#endif
@@ -72,6 +74,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
72#include "version.h" 74#include "version.h"
73#include "helper.h" 75#include "helper.h"
74#include "bsd-strlcpy.h" 76#include "bsd-strlcpy.h"
77#include "bsd-strlcat.h"
75#include "bsd-mktemp.h" 78#include "bsd-mktemp.h"
76 79
77/* Define this to be the path of the xauth program. */ 80/* Define this to be the path of the xauth program. */