diff options
author | Tim Rice <tim@multitalents.net> | 2009-01-07 10:04:12 -0800 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2009-01-07 10:04:12 -0800 |
commit | 351529ce3089bbfdc65488961016153c4e8fee03 (patch) | |
tree | 7ea60bd373f712aebdac76fe3d8ca00c55b7a166 /defines.h | |
parent | 7ebfad789f4e739cf5269860722cd44aab2929fb (diff) |
- (tim) [configure.ac defines.h openbsd-compat/port-uw.c
openbsd-compat/xcrypt.c] Add SECUREWARE support to OpenServer 6 SVR5 ABI.
OK djm@ dtucker@
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ | |||
25 | #ifndef _DEFINES_H | 25 | #ifndef _DEFINES_H |
26 | #define _DEFINES_H | 26 | #define _DEFINES_H |
27 | 27 | ||
28 | /* $Id: defines.h,v 1.151 2008/07/04 13:10:49 djm Exp $ */ | 28 | /* $Id: defines.h,v 1.152 2009/01/07 18:04:12 tim Exp $ */ |
29 | 29 | ||
30 | 30 | ||
31 | /* Constants */ | 31 | /* Constants */ |
@@ -698,7 +698,7 @@ struct winsize { | |||
698 | # define CUSTOM_SYS_AUTH_PASSWD 1 | 698 | # define CUSTOM_SYS_AUTH_PASSWD 1 |
699 | #endif | 699 | #endif |
700 | 700 | ||
701 | #if defined(HAVE_LIBIAF) && defined(HAVE_SET_ID) | 701 | #if defined(HAVE_LIBIAF) && defined(HAVE_SET_ID) && !defined(HAVE_SECUREWARE) |
702 | # define CUSTOM_SYS_AUTH_PASSWD 1 | 702 | # define CUSTOM_SYS_AUTH_PASSWD 1 |
703 | #endif | 703 | #endif |
704 | #if defined(HAVE_LIBIAF) && defined(HAVE_SET_ID) && !defined(BROKEN_LIBIAF) | 704 | #if defined(HAVE_LIBIAF) && defined(HAVE_SET_ID) && !defined(BROKEN_LIBIAF) |