summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
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