- (djm) Don't define _REENTRANT for SNI/Reliant Unix

This commit is contained in:
Damien Miller 2000-10-20 09:14:04 +11:00
parent ac0966548e
commit 81fa28abaa
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
20001020
- (djm) Don't define _REENTRANT for SNI/Reliant Unix
20001018
- (stevesk) Add initial support for setproctitle(). Current
support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.

View File

@ -2,7 +2,7 @@
#define _DEFINES_H
/* Some platforms need this for the _r() functions */
#ifndef _REENTRANT
#if !defined(_REENTRANT) && !defined(SNI)
# define _REENTRANT 1
#endif