Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2014-03-23 20:10:45 +0400
committerBryan Drewery <bryan@shatow.net>2014-03-23 20:10:45 +0400
commit94139a41500bb1f70bed8cd72b74980f279d282c (patch)
tree7f42c495ba5f9ead4dcee941f6afe51815efb817 /src/config.h.in
parentbf71dbf890b2c16b7e5b293232b3857e86097ccc (diff)
Detect strftime_l(3) and only use if available
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
new file mode 100644
index 00000000..979c68d5
--- /dev/null
+++ b/src/config.h.in
@@ -0,0 +1,28 @@
+/* src/config.h.in. Generated from configure.ac by autoheader. */
+
+/* Define to 1 if you have the `strftime_l' function. */
+#undef HAVE_STRFTIME_L
+
+/* Name of package */
+#undef PACKAGE
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Version number of package */
+#undef VERSION