aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/ia64
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@coco.thehackers.org>2009-07-25 10:49:38 +0200
committerJuan Cespedes <cespedes@coco.thehackers.org>2009-07-25 10:49:38 +0200
commitf670eea50e959eeb9da53d70cad8d43c19494ef0 (patch)
treed288143cfb88967ef46d88b711dde61e182cadf4 /sysdeps/linux-gnu/ia64
parentc5c744a3b5a6e0d1f4826fabb31ffab2ec0170f3 (diff)
downloadltrace-f670eea50e959eeb9da53d70cad8d43c19494ef0.tar.gz
Finally got rid of GNU's Autoconf stuff
Diffstat (limited to 'sysdeps/linux-gnu/ia64')
-rw-r--r--sysdeps/linux-gnu/ia64/regs.c2
-rw-r--r--sysdeps/linux-gnu/ia64/trace.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/linux-gnu/ia64/regs.c b/sysdeps/linux-gnu/ia64/regs.c
index b8b8ea1..d161d34 100644
--- a/sysdeps/linux-gnu/ia64/regs.c
+++ b/sysdeps/linux-gnu/ia64/regs.c
@@ -1,6 +1,4 @@
-#if HAVE_CONFIG_H
#include "config.h"
-#endif
#include <sys/types.h>
#include <sys/ptrace.h>
diff --git a/sysdeps/linux-gnu/ia64/trace.c b/sysdeps/linux-gnu/ia64/trace.c
index 63d4b73..799e0ff 100644
--- a/sysdeps/linux-gnu/ia64/trace.c
+++ b/sysdeps/linux-gnu/ia64/trace.c
@@ -1,6 +1,4 @@
-#if HAVE_CONFIG_H
#include "config.h"
-#endif
#include <stdlib.h>
#include <stddef.h>