Disable IRS and include namespace.h.
This commit is contained in:
parent
ad4f1fc630
commit
1fa9723fe7
|
@ -1,8 +1,10 @@
|
|||
/* $NetBSD: port_before.h,v 1.1.1.1 1999/11/20 18:54:03 veego Exp $ */
|
||||
/* $NetBSD: port_before.h,v 1.2 1999/11/20 19:14:30 veego Exp $ */
|
||||
|
||||
/*
|
||||
#define WANT_IRS_NIS
|
||||
#define WANT_IRS_PW
|
||||
#define WANT_IRS_GR
|
||||
*/
|
||||
#define SIG_FN void
|
||||
#if defined(HAS_PTHREADS) && defined(_REENTRANT)
|
||||
#define DO_PTHREADS
|
||||
|
@ -10,3 +12,5 @@
|
|||
|
||||
#define SETGRENT_VOID
|
||||
#define SETPWENT_VOID
|
||||
|
||||
#include "namespace.h"
|
||||
|
|
Loading…
Reference in New Issue