diff options
Diffstat (limited to 'pixman/config.h.in')
-rw-r--r-- | pixman/config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pixman/config.h.in b/pixman/config.h.in index bcdb41577..21ad43044 100644 --- a/pixman/config.h.in +++ b/pixman/config.h.in @@ -15,6 +15,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Whether we have posix_memalign() */ +#undef HAVE_POSIX_MEMALIGN + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -36,6 +39,10 @@ /* 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 |