diff options
Diffstat (limited to 'gdb/config/xm-nbsd.h')
-rw-r--r-- | gdb/config/xm-nbsd.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/config/xm-nbsd.h b/gdb/config/xm-nbsd.h index 5d52270..2332bb5 100644 --- a/gdb/config/xm-nbsd.h +++ b/gdb/config/xm-nbsd.h @@ -1,5 +1,5 @@ /* Host-dependent definitions for any CPU running NetBSD. - Copyright 1993, 1994 Free Software Foundation, Inc. + Copyright 1993, 1994, 1996 Free Software Foundation, Inc. This file is part of GDB. @@ -30,8 +30,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* NetBSD has termios facilities. */ #define HAVE_TERMIOS - -#if 0 -#define CC_HAS_LONG_LONG 1 -#define PRINTF_HAS_LONG_LONG 1 -#endif |