From: Marc G. Fournier Date: Sat, 20 Dec 1997 04:26:27 +0000 (+0000) Subject: Missed a HAVE_ X-Git-Tag: REL6_3~469 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cc95146c4b84c8f99175acd5ca73446b4d72da8;p=postgresql Missed a HAVE_ --- diff --git a/src/include/config.h.in b/src/include/config.h.in index 9c0326485f..00db98f1ab 100644 --- a/src/include/config.h.in +++ b/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