jim         96/12/03 17:43:05

  Modified:    src       conf.h
  Log:
  typo
  
  Revision  Changes    Path
  1.53      +1 -1      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -C3 -r1.52 -r1.53
  *** conf.h    1996/12/03 17:44:24     1.52
  --- conf.h    1996/12/04 01:43:03     1.53
  ***************
  *** 362,368 ****
    #define bzero(a,b) memset(a,0,b)
    #define getwd(d) getcwd(d,MAX_STRING_LEN)
    #define JMP_BUF sigjmp_buf
  ! #define FCNTL_SERIALIZED_ACCEPT
    #define HAVE_MMAP
    #define HAVE_CRYPT_H
     
  --- 362,368 ----
    #define bzero(a,b) memset(a,0,b)
    #define getwd(d) getcwd(d,MAX_STRING_LEN)
    #define JMP_BUF sigjmp_buf
  ! #define USE_FCNTL_SERIALIZED_ACCEPT
    #define HAVE_MMAP
    #define HAVE_CRYPT_H
     
  
  
  

Reply via email to