summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-19 15:32:34 +1100
committerDamien Miller <djm@mindrot.org>1999-11-19 15:32:34 +1100
commit04f801456ad64b8f08bb8643cf19e0b9ca477b36 (patch)
treea0fd23f758cb40cf808b8c18ced35d4045decee9 /includes.h
parent8029775b77e8f8bc380518f9f734a9d979025bbb (diff)
- Renamed BSD helper function files to bsd-*
- Added tests for login and daemon and OpenBSD replacements for when they are absent.
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes.h b/includes.h
index 75349cf3e..06245fdce 100644
--- a/includes.h
+++ b/includes.h
@@ -67,12 +67,12 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
67#endif 67#endif
68#ifdef HAVE_LIBPAM 68#ifdef HAVE_LIBPAM
69# include <security/pam_appl.h> 69# include <security/pam_appl.h>
70#endif /* HAVE_PAM */ 70#endif
71 71
72#include "version.h" 72#include "version.h"
73#include "helper.h" 73#include "helper.h"
74#include "mktemp.h" 74#include "bsd-strlcpy.h"
75#include "strlcpy.h" 75#include "bsd-mktemp.h"
76 76
77/* Define this to be the path of the xauth program. */ 77/* Define this to be the path of the xauth program. */
78#ifndef XAUTH_PATH 78#ifndef XAUTH_PATH