for USE_O_NOCTTY, no longer used.
* config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
* config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
+2004-08-11 Joel Brobecker <brobecker@gnat.com>
+
+ * doc/gdbint.texinfo (Host Definition): Remove documentation
+ for USE_O_NOCTTY, no longer used.
+ * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
+ * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
+
2004-08-11 Joel Brobecker <brobecker@gnat.com>
* config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
#define USG 1
-/* This system requires that we open a terminal with O_NOCTTY for it to
- not become our controlling terminal. */
-
-#define USE_O_NOCTTY
-
/* Brain death inherited from PC's pervades. */
#undef NULL
#define NULL 0
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* This system requires that we open a terminal with O_NOCTTY for it to
- not become our controlling terminal. */
-
-#define USE_O_NOCTTY
-
This is the signal for stopping @value{GDBN}. Defaults to
@code{SIGTSTP}. (Only redefined for the Convex.)
-@item USE_O_NOCTTY
-Define this if the interior's tty should be opened with the @code{O_NOCTTY}
-flag. (FIXME: This should be a native-only flag, but @file{inflow.c} is
-always linked in.)
-
@item USG
Means that System V (prior to SVR4) include files are in use. (FIXME:
This symbol is abused in @file{infrun.c}, @file{regex.c}, and