summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2013-05-04 21:39:27 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2013-05-04 21:39:27 +0000
commitfec6336699f34758d3e6cb41b2edf902fedb9035 (patch)
tree8256c1dbf3ca7c9e58a3dbecf07cf826fb2e0ce2 /config.h.in
parent7dbffd7e2b0067e834801617c5c486e3177f6709 (diff)
downloadlibical-fec6336699f34758d3e6cb41b2edf902fedb9035.tar.gz
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in16
1 files changed, 15 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index b2905c1..53ea1e5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -39,6 +39,9 @@
/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
+/* Define to 1 if you have the `setenv' function. */
+#undef HAVE_SETENV
+
/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF
@@ -78,6 +81,10 @@
/* Define to 1 if you have the <wctype.h> header file. */
#undef HAVE_WCTYPE_H
+/* Define to prevent empty properties from being replaced with X-LIC-ERROR
+ properties */
+#undef ICAL_ALLOW_EMPTY_PROPERTIES
+
/* Define to make icalerror_* calls abort instead of internally signalling an
error */
#undef ICAL_ERRORS_ARE_FATAL
@@ -88,6 +95,10 @@
/* Define to terminate lines with "\n" instead of "\r\n" */
#undef ICAL_UNIX_NEWLINE
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
+#undef LT_OBJDIR
+
/* Define to 1 if you DO NOT WANT to see deprecated messages */
#undef NO_WARN_DEPRECATED
@@ -101,6 +112,9 @@
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
+/* where our self provided zonefiles should live */
+#undef PACKAGE_DATA_DIR
+
/* Define to the full name of this package. */
#undef PACKAGE_NAME
@@ -135,5 +149,5 @@
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t