diff options
author | Colin Watson <cjwatson@debian.org> | 2005-09-02 15:02:38 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-09-02 15:02:38 +0000 |
commit | 4fc5869681545ce78e366e5de8226d693912dbb2 (patch) | |
tree | 355317455ec5f4d11d502976d1c81bf287093fab /configure.ac | |
parent | 2f4556971b3547fa4f8a78bd5d53ac222e22d65b (diff) |
* Add GNU/kFreeBSD support (thanks, Aurelien Jarno; closes: #318113).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b938228c5..c94df6d6f 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -250,6 +250,14 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) | |||
250 | AC_DEFINE(WITH_ABBREV_NO_TTY) | 250 | AC_DEFINE(WITH_ABBREV_NO_TTY) |
251 | AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*") | 251 | AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*") |
252 | ;; | 252 | ;; |
253 | *-*-k*bsd*-gnu) | ||
254 | check_for_libcrypt_later=1 | ||
255 | AC_DEFINE(PAM_TTY_KLUDGE) | ||
256 | AC_DEFINE(LOCKED_PASSWD_PREFIX, "!") | ||
257 | AC_DEFINE(SPT_TYPE,SPT_REUSEARGV) | ||
258 | AC_DEFINE(_PATH_BTMP, "/var/log/btmp", [log for bad login attempts]) | ||
259 | AC_DEFINE(USE_BTMP, 1, [Use btmp to log bad logins]) | ||
260 | ;; | ||
253 | *-*-linux*) | 261 | *-*-linux*) |
254 | no_dev_ptmx=1 | 262 | no_dev_ptmx=1 |
255 | check_for_libcrypt_later=1 | 263 | check_for_libcrypt_later=1 |