Merge branch 'maint'
[isl.git] / isl_config_post.h
bloba9cdda34d4e85631d981a88d2848ca9f493d752a
1 #ifndef HAVE___ATTRIBUTE__
2 #define __attribute__(x)
3 #endif
5 #if (HAVE_DECL_FFS==0) && (HAVE_DECL___BUILTIN_FFS==1)
6 #define ffs __builtin_ffs
7 #endif