Searched defs:PNG_USE_LOCAL_ARRAYS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngconf.h1210 # if !defined(PNG_USE_LOCAL_ARRAYS)
1211 # define PNG_USE_LOCAL_ARRAYS macro
1214 # if defined(PNG_USE_LOCAL_ARRAYS) || defined(PNG_NO_GLOBAL_ARRAYS)
1220 # if !defined(PNG_USE_LOCAL_ARRAYS) && !defined(PNG_USE_GLOBAL_ARRAYS)
1221 # define PNG_USE_LOCAL_ARRAYS macro
1229 #if !defined(PNG_USE_LOCAL_ARRAYS) && !defined(PNG_USE_GLOBAL_ARRAYS)
1231 # define PNG_USE_LOCAL_ARRAYS macro

Completed in 975 milliseconds