This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] acconfig.h update


We can just do this...

Index: crossconfig.m4
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/crossconfig.m4,v
retrieving revision 1.6
diff -c -p -r1.6 crossconfig.m4
*** crossconfig.m4	15 Oct 2003 02:17:34 -0000	1.6
--- crossconfig.m4	16 Oct 2003 20:57:35 -0000
*************** case "${host}" in
*** 236,242 ****
           AC_DEFINE(HAVE_GETPAGESIZE)
           AC_DEFINE(HAVE_GETWC)
           AC_DEFINE(HAVE_GETWCHAR)
-          AC_DEFINE(HAVE_ISATTY)
           AC_DEFINE(HAVE_MBRLEN)
           AC_DEFINE(HAVE_MBRTOWC)
           AC_DEFINE(HAVE_MBSINIT)
--- 236,241 ----
Index: acconfig.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/acconfig.h,v
retrieving revision 1.34
diff -c -p -r1.34 acconfig.h
*** acconfig.h	16 Oct 2003 20:33:43 -0000	1.34
--- acconfig.h	16 Oct 2003 20:57:35 -0000
***************
*** 66,74 ****
  // Define if lrand48 exists.
  #undef HAVE_DRAND48
  
- // Define if isatty exists.
- #undef HAVE_ISATTY
- 
  // Define if getpagesize exists.
  #undef HAVE_GETPAGESIZE
  
--- 66,71 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]