Missed a HAVE_

REL6_4
Marc G. Fournier 28 years ago
parent 9a60a20f99
commit 3cc95146c4
  1. 2
      src/include/config.h.in

@ -58,7 +58,7 @@
/* Set to 1 if you have gethostname() */
#undef HAVE_GETHOSTNAME
#ifndef GETHOSTNAME
#ifndef HAVE_GETHOSTNAME
extern int gethostname(char *name, int namelen);
#endif

Loading…
Cancel
Save