OSDN Git Service

* configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites
authorearnie <earnie>
Tue, 6 May 2003 13:26:43 +0000 (13:26 +0000)
committerearnie <earnie>
Tue, 6 May 2003 13:26:43 +0000 (13:26 +0000)
commit75757e01ebfd3802a7fa9812e7d0e737013b74a4
tree3293854e6f7f1c2d4c50963ea8268a6faf755353
parent7cffc78e1ad7eaf4324b244b2154389e348353fb
* configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites
of multiply defined symbols if the symbols is defined locally.  E.G.:
A local definition of malloc causes this problem.
* configure: Regenerate.
* profile/Makefile.in (W32API_INCLUDE): New variable.
(ALL_CFLAGS): Use W32API_INCLUDE value.
(ALL_CXXFLAGS): Ditto.
(gcrt0.o gcrt1.o gcrt2.o): Use ALL_CFLAGS instead of CFLAGS.
Thanks to Jeff Bonggren <jbon@users.sf.net>.
* profile/configure.in (W32API_INCLUDE): Set default value.
* profile/configure: Regenerate.
* mingwex/Makefile.in (W32API_INCLUDE): New variable.
(ALL_CFLAGS): Use W32API-INCLUDE value.
(ALL_CXXFLAGS): Ditto.
* mingwex/configure.in (W32API_INCLUDE): Set default value.
* mingwex/configure: Regenerate.
winsup/mingw/ChangeLog
winsup/mingw/configure
winsup/mingw/configure.in
winsup/mingw/mingwex/Makefile.in
winsup/mingw/mingwex/configure
winsup/mingw/mingwex/configure.in
winsup/mingw/profile/Makefile.in
winsup/mingw/profile/configure
winsup/mingw/profile/configure.in