dgaudet     97/09/12 15:39:02

  Modified:    src/main httpd.h
  Log:
  yet another #ifndef wrapper
  
  Revision  Changes    Path
  1.148     +2 -0      apachen/src/main/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.147
  retrieving revision 1.148
  diff -u -r1.147 -r1.148
  --- httpd.h   1997/09/07 15:39:48     1.147
  +++ httpd.h   1997/09/12 22:38:59     1.148
  @@ -88,7 +88,9 @@
   #endif /* DOCUMENT_LOCATION */
   
   /* Max. number of dynamically loaded modules */
  +#ifndef DYNAMIC_MODULE_LIMIT
   #define DYNAMIC_MODULE_LIMIT 64
  +#endif
   
   /* Default administrator's address */
   #define DEFAULT_ADMIN "[no address given]"
  
  
  

Reply via email to