diff options
-rw-r--r-- | ares/m4/reentrant.m4 | 3 | ||||
-rw-r--r-- | m4/reentrant.m4 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ares/m4/reentrant.m4 b/ares/m4/reentrant.m4 index 29cc809ea..0348fda13 100644 --- a/ares/m4/reentrant.m4 +++ b/ares/m4/reentrant.m4 @@ -1,5 +1,8 @@ +# serial 1.10 + + dnl CARES_CHECK_NEED_REENTRANT_GMTIME_R dnl ------------------------------------------------- dnl Checks if the preprocessor _REENTRANT definition diff --git a/m4/reentrant.m4 b/m4/reentrant.m4 index 23a1cb77e..5ec0de076 100644 --- a/m4/reentrant.m4 +++ b/m4/reentrant.m4 @@ -22,6 +22,9 @@ #*************************************************************************** +# serial 1.12 + + dnl CURL_CHECK_NEED_REENTRANT_GMTIME_R dnl ------------------------------------------------- dnl Checks if the preprocessor _REENTRANT definition |