summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGravatar snowdrop2003-12-11 15:00:25 +0000
committerGravatar snowdrop2003-12-11 15:00:25 +0000
commita46d97b3a7bf15286d3a67b807fe6db3ef85f0a6 (patch)
tree07d22059c91c017ac05397db5ec443b8b06a2d35 /config.h.in
parent78e32265532d383c451e34afe46f1139827fb43f (diff)
downloadcsoap-a46d97b3a7bf15286d3a67b807fe6db3ef85f0a6.tar.gz
csoap-a46d97b3a7bf15286d3a67b807fe6db3ef85f0a6.tar.bz2
added nanohttp
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index cb48434..7b39ea8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -51,6 +51,9 @@
/* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF
+/* Name of package */
+#undef PACKAGE
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
@@ -69,6 +72,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Version number of package */
+#undef VERSION
+
/* Define to empty if `const' does not conform to ANSI C. */
#undef const