summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGravatar snowdrop2004-09-01 07:58:00 +0000
committerGravatar snowdrop2004-09-01 07:58:00 +0000
commitd29764f4cada6315b9f8208c7c266c5728d8e706 (patch)
tree63ed2eb0caea92ae0f8e83cb953f95af45801de9 /config.h.in
parentced5c978faf8550ff1dbdb7a8e3f45c8f2391cd1 (diff)
downloadcsoap-d29764f4cada6315b9f8208c7c266c5728d8e706.tar.gz
csoap-d29764f4cada6315b9f8208c7c266c5728d8e706.tar.bz2
migrating to win32 platform
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 0356f7c..2e100bd 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
@@ -75,6 +78,9 @@
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
+/* Version number of package */
+#undef VERSION
+
/* Define to empty if `const' does not conform to ANSI C. */
#undef const