diff options
author | Loïc Minier <lool@dooz.org> | 2009-04-14 23:44:22 +0200 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-04-14 23:44:22 +0200 |
commit | 78e0f57d1eafa90e7276136b98a0133ecf238f5e (patch) | |
tree | bb38d26d00488dfcfdf5258f9c5a723dca16ecdc /config.h.in | |
parent | 750d1ebdc779fca9d2ba03836ff687430e706b1a (diff) |
Imported Upstream version 1.4.2
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index 7c7e02b..ae06bb7 100644 --- a/config.h.in +++ b/config.h.in @@ -23,6 +23,14 @@ suite */ #undef CAIRO_HAS_TEST_SURFACES +/* Define to 1 to disable certain code paths that rely heavily on double + precision floating-point calculation */ +#undef DISABLE_SOME_FLOATING_POINT + +/* Define to 1 if your system stores words within floats with the most + significant word first */ +#undef FLOAT_WORDS_BIGENDIAN + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H @@ -50,6 +58,12 @@ /* Define to 1 if you have the <pthread.h> header file. */ #undef HAVE_PTHREAD_H +/* Define to 1 if you have Linux compatible sched_getaffinity */ +#undef HAVE_SCHED_GETAFFINITY + +/* Define to 1 if you have the <sched.h> header file. */ +#undef HAVE_SCHED_H + /* Define to 1 if you have the <signal.h> header file. */ #undef HAVE_SIGNAL_H @@ -86,8 +100,8 @@ /* Define to 1 if you have the `vasnprintf' function. */ #undef HAVE_VASNPRINTF -/* Define to 1 if you have the `XrmFinalize' function. */ -#undef HAVE_XRMFINALIZE +/* Define to 1 if you have the <windows.h> header file. */ +#undef HAVE_WINDOWS_H /* Name of package */ #undef PACKAGE @@ -122,3 +136,9 @@ /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif |