diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2008-03-10 22:12:12 -0500 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-03-10 22:13:07 -0500 |
commit | 64fc643fdb1232d8fe5907c076d7a88a903f17c5 (patch) | |
tree | 14e8dcb2be789f47cb78c44bb468fcdd9f57091f | |
parent | 8cf0cdfce485785c365adfe2e385c0dae9791859 (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.in | 3 |
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 |