* Makefile.in (VERSION): Roll to 4.6.8.
[deliverable/binutils-gdb.git] / gdb / xm-ultra3.h
index 34bd2d201484fe2d652caa3c18a1157f85dc507a..48e4999a69ff51dd13a4669c14aecc570dd6701d 100644 (file)
@@ -45,11 +45,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 # define F_OK 0
 #endif
 
-/* For dirbuf[] in main.c */
-#ifndef MAXPATHLEN
-#define MAXPATHLEN (1024)
-#endif
-
 /* Get rid of any system-imposed stack limit if possible */
 
 #define        SET_STACK_LIMIT_HUGE
@@ -61,14 +56,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
    this is the right value for U_REGS_OFFSET.  */
 #define        U_REGS_OFFSET   0
 
-/* System doesn't provide a list of signal names. */
-#define        SYS_SIGLIST_MISSING 1
-
 /* System doesn't provide siginterrupt().  */
 #define        NO_SIGINTERRUPT
 
 /* System uses a `short' to hold a process group ID.  */
 #define        SHORT_PGRP
-
-/* No vfork in this system.  */
-#define        vfork() fork()
This page took 0.023924 seconds and 4 git commands to generate.