diff options
author | Jeff Trawick <trawick@apache.org> | 2000-03-22 11:36:52 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2000-03-22 11:36:52 +0000 |
commit | 914b0b7077ac2ae965d20953628de7d7c57c6ec5 (patch) | |
tree | 785b656ef2dd9202960bb15958934e9d7b8a7aec /os | |
parent | 61ae47aed8735fcc0f40752778dfafb293b7c7f7 (diff) | |
download | httpd-914b0b7077ac2ae965d20953628de7d7c57c6ec5.tar.gz |
axe some deprecated MULTITHREAD code
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84825 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r-- | os/win32/os.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/win32/os.h b/os/win32/os.h index 6f67a0e08e..abd98ae8a8 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -101,7 +101,6 @@ #define USE_LONGJMP #define HAVE_MMAP #define USE_MMAP_SCOREBOARD -#define MULTITHREAD #define HAVE_CANONICAL_FILENAME #define HAVE_DRIVE_LETTERS #define HAVE_SENDFILE |