1#ifndef HAVE___ATTRIBUTE__
2#define __attribute__(x)
3#endif
4
5#if (HAVE_DECL_FFS==0) && (HAVE_DECL___BUILTIN_FFS==1)
6#define ffs __builtin_ffs
7#endif
8