From ad066d35b75eddbc0b88e085f521e106277209a7 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Sat, 15 Feb 2003 03:10:30 +0000 Subject: [PATCH] Do nothing of UNW_REMOTE_ONLY is defined. (Logical change 1.48) --- src/elf32.c | 6 ++++-- src/elf64.c | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/elf32.c b/src/elf32.c index f1c21e6d..a70bb58f 100644 --- a/src/elf32.c +++ b/src/elf32.c @@ -1,2 +1,4 @@ -#include "elf32.h" -#include "elfxx.c" +#ifndef UNW_REMOTE_ONLY +# include "elf32.h" +# include "elfxx.c" +#endif diff --git a/src/elf64.c b/src/elf64.c index 1154179b..195b8879 100644 --- a/src/elf64.c +++ b/src/elf64.c @@ -1,2 +1,4 @@ -#include "elf64.h" -#include "elfxx.c" +#ifndef UNW_REMOTE_ONLY +# include "elf64.h" +# include "elfxx.c" +#endif