From: William A. Rowe Jr Date: Tue, 5 Dec 2000 06:57:20 +0000 (+0000) Subject: En route to httpd-2.0/modules/... in their appropriate places. X-Git-Tag: APACHE_2_0_ALPHA_9~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=390609a17737bd232267fe90444c967d51db4653;p=apache 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 --- 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