Make use of gethostname() conditional on it being available

This commit is contained in:
Dan Fandrich
2008-11-28 22:41:14 +00:00
parent 00142d8443
commit e4dabef0c7
3 changed files with 8 additions and 1 deletions

View File

@@ -97,6 +97,9 @@
/* Define if you have the strnicmp function. */
#define HAVE_STRNICMP 1
/* Define if you have the gethostname function. */
#define HAVE_GETHOSTNAME 1
/* Define if you have the recv function. */
#define HAVE_RECV 1