mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Missed a HAVE_
This commit is contained 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
|
||||
|
||||
|
Reference in New Issue
Block a user