mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Removed ifndef of AUTH_NONE. The conflict with login_cap.h was fixed
better by not defining AUTH_NONE in login_cap.h.
This commit is contained in:
parent
cfca13bf11
commit
2de8d1f69c
1 changed files with 1 additions and 3 deletions
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* from: @(#)auth.h 1.17 88/02/08 SMI
|
||||
* from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
|
||||
* $Id: auth.h,v 1.6 1996/12/30 13:59:37 peter Exp $
|
||||
* $Id: auth.h,v 1.13 1997/05/28 04:45:06 wpaul Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -250,9 +250,7 @@ extern int getsecretkey __P(( char *, char *, char * ));
|
|||
__END_DECLS
|
||||
|
||||
|
||||
#ifndef AUTH_NONE /* Protect against <login_cap.h> */
|
||||
#define AUTH_NONE 0 /* no authentication */
|
||||
#endif
|
||||
#define AUTH_NULL 0 /* backward compatibility */
|
||||
#define AUTH_UNIX 1 /* unix style (uid, gids) */
|
||||
#define AUTH_SYS 1 /* forward compatibility */
|
||||
|
|
|
|||
Loading…
Reference in a new issue