Commit 052f9dde authored by Yang Tse's avatar Yang Tse
Browse files

Another step towards detecting if _REENTRANT is already defined or actually

needed, and being able to define it if appropriate for further configure tests
as well as for the generated config file.
parent a96784b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ AM_PROG_CC_C_O
AC_PROG_INSTALL

dnl Our configure and build reentrant settings
CONFIGURE_REENTRANT
CARES_CONFIGURE_REENTRANT

dnl check for how to do large files
AC_SYS_LARGEFILE
+112 −742

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ dnl Checks for programs.
AC_PROG_CC

dnl Our configure and build reentrant settings
CONFIGURE_REENTRANT
CURL_CONFIGURE_REENTRANT

dnl check for how to do large files
AC_SYS_LARGEFILE
+112 −796

File changed.

Preview size limit exceeded, changes collapsed.