aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorjjako <jjako>2004-01-16 09:56:56 +0000
committerjjako <jjako>2004-01-16 09:56:56 +0000
commit1d3db978f4bef9cc09e29b4b2ca534036d98ffce (patch)
treeb2e7376446bd8a03f826e8e3de2f73ba84765392 /config.h.in
parentf7224aa64484732b03b6fdcf61b51fe25dfdcfed (diff)
Improved solaris compatibility
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 39b59f8..6fb2490 100644
--- a/config.h.in
+++ b/config.h.in
@@ -12,6 +12,18 @@
/* Define to 1 if you have the `gethostbyname' function. */
#undef HAVE_GETHOSTBYNAME
+/* Define to 1 if you have the <getopt.h> header file. */
+#undef HAVE_GETOPT_H
+
+/* Define to 1 if you have the `getopt_long' function. */
+#undef HAVE_GETOPT_LONG
+
+/* Define to 1 if you have the `inet_addr' function. */
+#undef HAVE_INET_ADDR
+
+/* Define to 1 if you have the `inet_aton' function. */
+#undef HAVE_INET_ATON
+
/* Define to 1 if you have the `inet_ntoa' function. */
#undef HAVE_INET_NTOA