diff options
author | Tom Tromey <tromey@redhat.com> | 1997-03-13 20:39:56 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1997-03-13 20:39:56 +0000 |
commit | f02156cf49e8f9cb3b47bd5c7c06377f90060309 (patch) | |
tree | 86879a2f5e50c1b9bb7899d1da0f896c1ff44365 /gdb/acconfig.h | |
parent | 499aa7921ce26ff636d79526c6aa73e4bbfffc09 (diff) | |
download | gdb-f02156cf49e8f9cb3b47bd5c7c06377f90060309.zip gdb-f02156cf49e8f9cb3b47bd5c7c06377f90060309.tar.gz gdb-f02156cf49e8f9cb3b47bd5c7c06377f90060309.tar.bz2 |
* configure: Regenerated.
* configure.in: Run AC_CONFIG_AUX_DIR before AC_CANONICAL_SYSTEM.
* config.in: Regenerated.
* acconfig.h (START_INFERIOR_TRAPS_EXPECTED, sys_quotactl,
HAVE_HPUX_THREAD_SUPPORT): Define.
* gdbtk.c (x_event): Use Tcl_DoOneEvent, TCL_DONT_WAIT,
TCL_ALL_EVENTS.
* configure: Regenerated.
* configure.in (ENABLE_GDBTK): Put TCL_LIBS after TK_LIBS in
LIBS.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index fc7ce7c..ec4ad2b 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -26,3 +26,10 @@ /* Define if using Solaris thread debugging. */ #undef HAVE_THREAD_DB_LIB + +/* Define on a Linux system to work around problems in sys/procfs.h. */ +#undef START_INFERIOR_TRAPS_EXPECTED +#undef sys_quotactl + +/* Define if you have HPUX threads */ +#undef HAVE_HPUX_THREAD_SUPPORT |