diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 88a65aa093..b15e8f15ce 100644 --- a/config.h.in +++ b/config.h.in @@ -85,6 +85,9 @@ /* Define if the compiler supports __builtin_expect. */ #undef HAVE_BUILTIN_EXPECT +/* Define if the compiler supports __builtin_memset. */ +#undef HAVE_BUILTIN_MEMSET + /* Define if the regparm attribute shall be used for local functions (gcc on ix86 only). */ #undef USE_REGPARMS |