summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-10-20 09:14:04 +1100
committerDamien Miller <djm@mindrot.org>2000-10-20 09:14:04 +1100
commit81fa28abaab971695cb4a855e9363bc766613d18 (patch)
tree3a42153693bf5d8d80e99a0cbf1a7fc47a1267c1 /defines.h
parentac0966548ed0d313c8b7c149272cd0badb303f70 (diff)
- (djm) Don't define _REENTRANT for SNI/Reliant Unix
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index 79d98e2e0..3626bd90d 100644
--- a/defines.h
+++ b/defines.h
@@ -2,7 +2,7 @@
2#define _DEFINES_H 2#define _DEFINES_H
3 3
4/* Some platforms need this for the _r() functions */ 4/* Some platforms need this for the _r() functions */
5#ifndef _REENTRANT 5#if !defined(_REENTRANT) && !defined(SNI)
6# define _REENTRANT 1 6# define _REENTRANT 1
7#endif 7#endif
8 8