Subversion Repositories Kolibri OS

Rev

Rev 3931 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3931 Rev 3959
Line 33... Line 33...
33
 
33
 
34
/* Define to 1 if you have the `pixman-1' library (-lpixman-1). */
34
/* Define to 1 if you have the `pixman-1' library (-lpixman-1). */
Line 35... Line 35...
35
/* #undef HAVE_LIBPIXMAN_1 */
35
/* #undef HAVE_LIBPIXMAN_1 */
36
 
36
 
Line 37... Line 37...
37
/* Whether we have libpng */
37
/* Whether we have libpng */
38
/* #undef HAVE_LIBPNG */
38
#define HAVE_LIBPNG 1
Line 39... Line 39...
39
 
39
 
Line 115... Line 115...
115
 
115
 
116
/* The compiler supported TLS storage class */
116
/* The compiler supported TLS storage class */
Line 117... Line 117...
117
#define TLS __thread
117
#define TLS __thread
118
 
118
 
Line 119... Line 119...
119
/* Whether the tool chain supports __attribute__((constructor)) */
119
/* Whether the tool chain supports __attribute__((constructor)) */
120
#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR /**/
120
//#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR /**/
Line 121... Line 121...
121
 
121