fielding 96/08/13 22:08:08
Modified: src conf.h Log: Added prototype of gethostname for SOLARIS2. Submitted by: Roy Fielding Revision Changes Path 1.33 +1 -0 apache/src/conf.h Index: conf.h =================================================================== RCS file: /export/home/cvs/apache/src/conf.h,v retrieving revision 1.32 retrieving revision 1.33 diff -C3 -r1.32 -r1.33 *** conf.h 1996/08/06 18:28:41 1.32 --- conf.h 1996/08/14 05:08:07 1.33 *************** *** 85,90 **** --- 85,91 ---- #define USE_FCNTL_SERIALIZED_ACCEPT #define HAVE_MMAP #define HAVE_CRYPT_H + int gethostname(char *name, int namelen); #elif defined(IRIX) #undef HAVE_GMTOFF