- (djm) Don't define _REENTRANT for SNI/Reliant Unix
This commit is contained in:
parent
ac0966548e
commit
81fa28abaa
|
@ -1,3 +1,6 @@
|
||||||
|
20001020
|
||||||
|
- (djm) Don't define _REENTRANT for SNI/Reliant Unix
|
||||||
|
|
||||||
20001018
|
20001018
|
||||||
- (stevesk) Add initial support for setproctitle(). Current
|
- (stevesk) Add initial support for setproctitle(). Current
|
||||||
support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
|
support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#define _DEFINES_H
|
#define _DEFINES_H
|
||||||
|
|
||||||
/* Some platforms need this for the _r() functions */
|
/* Some platforms need this for the _r() functions */
|
||||||
#ifndef _REENTRANT
|
#if !defined(_REENTRANT) && !defined(SNI)
|
||||||
# define _REENTRANT 1
|
# define _REENTRANT 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue