diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-14 18:51:37 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-14 18:51:37 +0000 |
commit | 1cbc93fb54b773d1564bf2f2194d81c02a985a81 (patch) | |
tree | 37c22d1a2eeb535cce65c8f5c08738397ecb6c59 /lib/config-vxworks.h | |
parent | a8ddd6ce3141bc4c8745eddae31db1887eeacd0a (diff) | |
download | curl-1cbc93fb54b773d1564bf2f2194d81c02a985a81.tar.gz |
Refactor how preprocessor symbol _THREAD_SAFE definition is done.
Diffstat (limited to 'lib/config-vxworks.h')
-rw-r--r-- | lib/config-vxworks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 34a8c7172..26b8074d5 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -745,6 +745,9 @@ /* 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 */ + /* Define to 1 if the open function requires three arguments. */ #define OPEN_NEEDS_ARG3 1 @@ -913,9 +916,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 */ |