diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 9c0326485f4..00db98f1abc 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 |