diff options
Diffstat (limited to 'Build/source/libs/pixman/config.h.in')
-rw-r--r-- | Build/source/libs/pixman/config.h.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Build/source/libs/pixman/config.h.in b/Build/source/libs/pixman/config.h.in index 0a2fe0f8af0..256fef23cd8 100644 --- a/Build/source/libs/pixman/config.h.in +++ b/Build/source/libs/pixman/config.h.in @@ -3,9 +3,6 @@ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD -/* Define to 1 if you have the <dlfcn.h> header file. */ -#undef HAVE_DLFCN_H - /* Define to 1 if you have the `getisax' function. */ #undef HAVE_GETISAX @@ -36,10 +33,6 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ -#undef LT_OBJDIR - /* Name of package */ #undef PACKAGE @@ -126,6 +119,3 @@ #ifndef __cplusplus #undef inline #endif - -/* Define to sqrt if you do not have the `sqrtf' function. */ -#undef sqrtf |