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 | |
parent | 2f4556971b3547fa4f8a78bd5d53ac222e22d65b (diff) |
* Add GNU/kFreeBSD support (thanks, Aurelien Jarno; closes: #318113).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -5562,6 +5562,31 @@ _ACEOF | |||
5562 | _ACEOF | 5562 | _ACEOF |
5563 | 5563 | ||
5564 | ;; | 5564 | ;; |
5565 | *-*-k*bsd*-gnu) | ||
5566 | check_for_libcrypt_later=1 | ||
5567 | cat >>confdefs.h <<\_ACEOF | ||
5568 | #define PAM_TTY_KLUDGE 1 | ||
5569 | _ACEOF | ||
5570 | |||
5571 | cat >>confdefs.h <<\_ACEOF | ||
5572 | #define LOCKED_PASSWD_PREFIX "!" | ||
5573 | _ACEOF | ||
5574 | |||
5575 | cat >>confdefs.h <<\_ACEOF | ||
5576 | #define SPT_TYPE SPT_REUSEARGV | ||
5577 | _ACEOF | ||
5578 | |||
5579 | |||
5580 | cat >>confdefs.h <<\_ACEOF | ||
5581 | #define _PATH_BTMP "/var/log/btmp" | ||
5582 | _ACEOF | ||
5583 | |||
5584 | |||
5585 | cat >>confdefs.h <<\_ACEOF | ||
5586 | #define USE_BTMP 1 | ||
5587 | _ACEOF | ||
5588 | |||
5589 | ;; | ||
5565 | *-*-linux*) | 5590 | *-*-linux*) |
5566 | no_dev_ptmx=1 | 5591 | no_dev_ptmx=1 |
5567 | check_for_libcrypt_later=1 | 5592 | check_for_libcrypt_later=1 |