diff options
Diffstat (limited to 'lib/config-symbian.h')
-rw-r--r-- | lib/config-symbian.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/config-symbian.h b/lib/config-symbian.h index b26fe46cd..d3bf20924 100644 --- a/lib/config-symbian.h +++ b/lib/config-symbian.h @@ -640,9 +640,12 @@ /* Define to 1 if you need the malloc.h header file even with stdlib.h */ /* #undef NEED_MALLOC_H */ -/* need REENTRANT defined */ +/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */ /* #undef NEED_REENTRANT */ +/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */ +/* #undef NEED_THREAD_SAFE */ + /* cpu-machine-OS */ #ifdef __WINS__ #define OS "i386-pc-epoc32" @@ -767,9 +770,6 @@ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ -/* define this if you need it to compile thread-safe code */ -/* #undef _THREAD_SAFE */ - /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ |