diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-05-15 00:17:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-05-15 00:17:59 +0000 |
commit | c7bc2f9eae855c4d832df42391b2e1240e48afd3 (patch) | |
tree | abb041af54f41b4d02c66ad75618e8f9b2a0523a /src/win32 | |
parent | 4e92a0afea3a2321d38de15ec2defdb5145d4be4 (diff) | |
download | tor-c7bc2f9eae855c4d832df42391b2e1240e48afd3.tar tor-c7bc2f9eae855c4d832df42391b2e1240e48afd3.tar.gz |
Add ENABLE_THREADS macro to windows orconfig.h
svn:r4212
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 6788d84ff..a714711b8 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -17,6 +17,8 @@ /* Define to 1 if you have the <ctype.h> header file. */ #define HAVE_CTYPE_H +#define ENABLE_THREADS + /* Define to 1 if you have the <errno.h> header file. */ #define HAVE_ERRNO_H |