]> granicus.if.org Git - apache/commitdiff
En route to httpd-2.0/modules/... in their appropriate places.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 5 Dec 2000 06:57:20 +0000 (06:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 5 Dec 2000 06:57:20 +0000 (06:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87202 13f79535-47bb-0310-9956-ffa450edef68

os/win32/os.h

index 0df60c81ca8c54ff85b4433e1ac9c27709126059..568a776529d302ffbc48b9c8a6492cf83eefde8c 100644 (file)
@@ -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