diff options
Diffstat (limited to 'src')
-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 0043e9afaf2..7c1ac6b69bf 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -233,6 +233,9 @@ /* Define to 1 if you have the `ldap_r' library (-lldap_r). */ #undef HAVE_LIBLDAP_R +/* Define to 1 if you have the `m' library (-lm). */ +#undef HAVE_LIBM + /* Define to 1 if you have the `pam' library (-lpam). */ #undef HAVE_LIBPAM |