From f47e2cfa8905a300f364223b898cdf518b6314f1 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 5 Dec 2000 06:57:20 +0000 Subject: [PATCH] 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 --- os/win32/os.h | 3 --- 1 file changed, 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 -- 2.50.1