diff options
Diffstat (limited to 'gdb/config/xm-nbsd.h')
-rw-r--r-- | gdb/config/xm-nbsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/xm-nbsd.h b/gdb/config/xm-nbsd.h index 990e779..5d52270 100644 --- a/gdb/config/xm-nbsd.h +++ b/gdb/config/xm-nbsd.h @@ -31,5 +31,7 @@ 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 |