Missed a HAVE_

This commit is contained in:
Marc G. Fournier 1997-12-20 04:26:27 +00:00
parent 9a60a20f99
commit 3cc95146c4
1 changed files with 1 additions and 1 deletions

View File

@ -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