diff options
author | marha <marha@users.sourceforge.net> | 2009-11-20 14:53:20 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-20 14:53:20 +0000 |
commit | 9e11b82359e90c0963f56c4695a4dcc8731e45c3 (patch) | |
tree | ffa3a53246352ca44ccfc4d90e7cca993ad0b02e /pixman/config.h.in | |
parent | 607c11e20aca5c9f13d5e6ab80153b10c249162b (diff) | |
parent | 4ac4a5b7ce8cc8f195d69a42da10d386eaa5c056 (diff) | |
download | vcxsrv-9e11b82359e90c0963f56c4695a4dcc8731e45c3.tar.gz vcxsrv-9e11b82359e90c0963f56c4695a4dcc8731e45c3.tar.bz2 vcxsrv-9e11b82359e90c0963f56c4695a4dcc8731e45c3.zip |
svn merge ^/branches/released
Diffstat (limited to 'pixman/config.h.in')
-rw-r--r-- | pixman/config.h.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pixman/config.h.in b/pixman/config.h.in index 21ad43044..b9e47ec6f 100644 --- a/pixman/config.h.in +++ b/pixman/config.h.in @@ -39,10 +39,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 @@ -64,10 +60,13 @@ /* enable TIMER_BEGIN/TIMER_END macros */ #undef PIXMAN_TIMERS +/* The size of `long', as computed by sizeof. */ +#undef SIZEOF_LONG + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* use ARM NEON compiler intrinsics */ +/* use ARM NEON assembly optimizations */ #undef USE_ARM_NEON /* use ARM SIMD compiler intrinsics */ |