summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index a0a361d..e0e1007 100644
--- a/config.h
+++ b/config.h
@@ -1,5 +1,5 @@
/* Program version */
-#define VERSION "5.0.1"
+#define VERSION "5.0.2"
/* Configurable features */
@@ -37,6 +37,7 @@
#endif
#if defined __APPLE__ && defined __MACH__
+# define HAVE_GETOPT_LONG
# define HAVE_GETADDRINFO
#endif
@@ -57,6 +58,7 @@
/* FIXME: which systems lack this? */
#define HAVE_GETTIMEOFDAY
+#define HAVE_INET_PTON
/*
* Please send patches to correctly ignore old releases which lack a RNG