* Makefile.in (VERSION): Roll to 4.6.8.
[deliverable/binutils-gdb.git] / gdb / xm-hp300hpux.h
index 79bc6daf7b02cc06d04040a7fc53933837719e4a..36790c56bafc423ca898cbed2bd8e3ada7833b52 100644 (file)
@@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+/* HP/UX is USG, but it does have <ptrace.h>  */
+#include <sys/ptrace.h>
+
 #define HOST_BYTE_ORDER BIG_ENDIAN
 
 /* Define this to indicate problems with traps after continuing.  */
@@ -41,6 +44,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #undef USG     /* In case it was defined in the Makefile for cplus-dem.c */
 #define USG
 
+/* The mem functions are in <string.h>.  */
+#undef MEM_FNS_DECLARED
+#define MEM_FNS_DECLARED 1
+
 #define HAVE_TERMIO
 
 /* Get rid of any system-imposed stack limit if possible.  */
This page took 0.023561 seconds and 4 git commands to generate.