Commit f47e2cfa authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 565221e1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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