diff options
Diffstat (limited to 'polly/lib/External/isl/isl_config.h.in')
| -rw-r--r-- | polly/lib/External/isl/isl_config.h.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/polly/lib/External/isl/isl_config.h.in b/polly/lib/External/isl/isl_config.h.in index 15dd0cfa1ef..58830f3647e 100644 --- a/polly/lib/External/isl/isl_config.h.in +++ b/polly/lib/External/isl/isl_config.h.in @@ -44,6 +44,34 @@ to 0 if you don't. */ #undef HAVE_DECL_MP_GET_MEMORY_FUNCTIONS +/* Define to 1 if you have the declaration of `snprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_SNPRINTF + +/* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you + don't. */ +#undef HAVE_DECL_STRCASECMP + +/* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you + don't. */ +#undef HAVE_DECL_STRNCASECMP + +/* Define to 1 if you have the declaration of `_BitScanForward', and to 0 if + you don't. */ +#undef HAVE_DECL__BITSCANFORWARD + +/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you + don't. */ +#undef HAVE_DECL__SNPRINTF + +/* Define to 1 if you have the declaration of `_stricmp', and to 0 if you + don't. */ +#undef HAVE_DECL__STRICMP + +/* Define to 1 if you have the declaration of `_strnicmp', and to 0 if you + don't. */ +#undef HAVE_DECL__STRNICMP + /* Define to 1 if you have the declaration of `__builtin_ffs', and to 0 if you don't. */ #undef HAVE_DECL___BUILTIN_FFS |

