summaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-12-05 07:57:20 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-12-05 07:57:20 +0100
commit390609a17737bd232267fe90444c967d51db4653 (patch)
treec97389fef5674787e77c8adf3b08b3ebeee49469 /os
parentMake ApacheBench compile cleanly again (diff)
downloadapache2-390609a17737bd232267fe90444c967d51db4653.tar.xz
apache2-390609a17737bd232267fe90444c967d51db4653.zip
En route to httpd-2.0/modules/... in their appropriate places.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87202 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r--os/win32/os.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/win32/os.h b/os/win32/os.h
index 0df60c81ca..568a776529 100644
--- a/os/win32/os.h
+++ b/os/win32/os.h
@@ -105,9 +105,6 @@ typedef char * caddr_t;
#define S_ISDIR(m) (((m) & S_IFDIR) == S_IFDIR)
#endif
-#define STDIN_FILENO 0
-#define STDOUT_FILENO 1
-#define STDERR_FILENO 2
#define JMP_BUF jmp_buf
#define O_CREAT _O_CREAT
#define O_RDWR _O_RDWR