aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-06-27 23:04:15 +0800
committerPeter Williams <peterw@src.gnome.org>2000-06-27 23:04:15 +0800
commit9135a5d0e44b1f2fc77beb7b09584be861f18e76 (patch)
tree6a2a7aa6e08158dff274123ccc9a854ac99416ab /acconfig.h
parentdb8314acf59a18c1a26b0a6c86a5a28261ef7392 (diff)
downloadgsoc2013-evolution-9135a5d0e44b1f2fc77beb7b09584be861f18e76.tar
gsoc2013-evolution-9135a5d0e44b1f2fc77beb7b09584be861f18e76.tar.gz
gsoc2013-evolution-9135a5d0e44b1f2fc77beb7b09584be861f18e76.tar.bz2
gsoc2013-evolution-9135a5d0e44b1f2fc77beb7b09584be861f18e76.tar.lz
gsoc2013-evolution-9135a5d0e44b1f2fc77beb7b09584be861f18e76.tar.xz
gsoc2013-evolution-9135a5d0e44b1f2fc77beb7b09584be861f18e76.tar.zst
gsoc2013-evolution-9135a5d0e44b1f2fc77beb7b09584be861f18e76.zip
Solaris compatibility config check + implementation (ctime_r arguments)
svn path=/trunk/; revision=3754
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 3c6dd02c87..ebc1605516 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -20,3 +20,6 @@
/* Define this if you want to build against the development gtk */
#undef HAVE_DEVGTK
+
+/* Define if ctime_r takes three arguments */
+#undef CTIME_R_THREE_ARGS