diff options
author | marha <marha@users.sourceforge.net> | 2009-09-02 19:08:07 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-02 19:08:07 +0000 |
commit | 199039111284ed3a10508e2dc0db49ca4192389c (patch) | |
tree | 1aa6deae00e08c734015dd8a494ed0f2a3e8d3dd /pixman/config.h.in | |
parent | 4a3dbb926ae3f5410198d7cc4f4ebe4f62eebf05 (diff) | |
download | vcxsrv-199039111284ed3a10508e2dc0db49ca4192389c.tar.gz vcxsrv-199039111284ed3a10508e2dc0db49ca4192389c.tar.bz2 vcxsrv-199039111284ed3a10508e2dc0db49ca4192389c.zip |
Switched to pixman-0.16.0.tar.gz
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 |