You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/12/05 07:57:21 UTC

cvs commit: httpd-2.0/os/win32 os.h mod_auth_anon.dsp mod_auth_dbm.dsp mod_auth_digest.dsp mod_cern_meta.dsp mod_dav.dsp mod_dav_fs.dsp mod_expires.dsp mod_file_cache.dsp mod_headers.dsp mod_info.dsp mod_proxy.dsp mod_rewrite.dsp mod_speling.dsp mod_status.dsp mod_usertrack.dsp

wrowe       00/12/04 22:57:21

  Modified:    os/win32 os.h
  Removed:     os/win32 mod_auth_anon.dsp mod_auth_dbm.dsp
                        mod_auth_digest.dsp mod_cern_meta.dsp mod_dav.dsp
                        mod_dav_fs.dsp mod_expires.dsp mod_file_cache.dsp
                        mod_headers.dsp mod_info.dsp mod_proxy.dsp
                        mod_rewrite.dsp mod_speling.dsp mod_status.dsp
                        mod_usertrack.dsp
  Log:
    En route to httpd-2.0/modules/... in their appropriate places.
  
  Revision  Changes    Path
  1.46      +0 -3      httpd-2.0/os/win32/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/win32/os.h,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- os.h	2000/11/29 01:50:02	1.45
  +++ os.h	2000/12/05 06:57:20	1.46
  @@ -105,9 +105,6 @@
   #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