diff options
Diffstat (limited to 'src/include/pg_config.h.in')
-rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 2c24ce3d811..8db19b4c483 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -576,6 +576,9 @@ /* Define as the maximum alignment requirement of any C data type. */ #undef MAXIMUM_ALIGNOF +/* Define bytes to use libc memset(). */ +#undef MEMSET_LOOP_LIMIT + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT |