Replace -D_REENTRANT with @ALWAYS_DEFINES@.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: isc-config.sh.in,v 1.8 2001/01/09 21:39:04 bwelling Exp $
|
||||
# $Id: isc-config.sh.in,v 1.9 2001/03/03 05:28:52 halley Exp $
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
@@ -99,7 +99,7 @@ fi
|
||||
if test x"$echo_cflags" = x"true"; then
|
||||
includes="-I${exec_prefix}/include"
|
||||
if test x"$libdns" = x"true" -o x"$libisc" = x"true"; then
|
||||
includes="$includes -D_REENTRANT @STD_CINCLUDES@ @STD_CDEFINES@ @CCOPT@"
|
||||
includes="$includes @ALWAYS_DEFINES@ @STD_CINCLUDES@ @STD_CDEFINES@ @CCOPT@"
|
||||
fi
|
||||
echo $includes
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user