jim         98/04/21 12:56:28

  Modified:    src/support ab.c
  Log:
  Have ab.c use our ./include/conf.h file to pull
  out (hopefully) the right header files
  
  Revision  Changes    Path
  1.6       +1 -9      apache-1.3/src/support/ab.c
  
  Index: ab.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/support/ab.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ab.c      1998/04/21 01:41:57     1.5
  +++ ab.c      1998/04/21 19:56:27     1.6
  @@ -89,20 +89,12 @@
   /* affects include files on Solaris */
   #define BSD_COMP
   
  -#include <stdio.h>
  -#include <stdlib.h>
  +#include "conf.h"
   #include <string.h>
   #include <errno.h>
   #include <fcntl.h>
   #include <unistd.h>
  -#include <netdb.h>
   #include <sys/time.h>
  -#include <sys/ioctl.h>
  -#include <sys/socket.h>
  -#include <netinet/in.h>
  -#ifdef AIX
  -#include <sys/select.h>
  -#endif
   
   /* ------------------- DEFINITIONS -------------------------- */
   
  
  
  

Reply via email to