summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-03-10 22:12:12 -0500
committerJonathon Jongsma <jjongsma@gnome.org>2008-03-10 22:38:10 -0500
commit9a0eef5fba913bf0c35315bebdfefa0d878fb065 (patch)
tree3395a8b2be97732f7d898e624fc0fd59a72660a9
parentada047feb7707b369e2aa10317f4baba666fc3fe (diff)
new HAVE_MATH_H define
I'm not sure this file should really be under version control, but there's a new preprocessor symbol, so I'm updating it
-rw-r--r--cairomm/cairommconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cairomm/cairommconfig.h.in b/cairomm/cairommconfig.h.in
index f1c7895..72bf94a 100644
--- a/cairomm/cairommconfig.h.in
+++ b/cairomm/cairommconfig.h.in
@@ -21,6 +21,9 @@
/* Define to 1 if you have the <map> header file. */
#undef HAVE_MAP
+/* Define to 1 if you have the <math.h> header file. */
+#undef HAVE_MATH_H
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H