From 8d88c4ca53bf3be481587f21611576ff82f38ed5 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 30 Nov 2000 19:16:54 +0000 Subject: Add support for x86_64-*-linux-gnu* target --- bfd/config.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bfd/config.in') diff --git a/bfd/config.in b/bfd/config.in index 60338a8..74af3d3 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -25,9 +25,6 @@ /* Define to `long' if doesn't define. */ #undef off_t -/* Define if you need to in order for stat and other things to work. */ -#undef _POSIX_SOURCE - /* Define to `unsigned' if doesn't define. */ #undef size_t @@ -223,6 +220,9 @@ /* Define if has pstatus_t. */ #undef HAVE_PSTATUS_T +/* Define if has pxstatus_t. */ +#undef HAVE_PXSTATUS_T + /* Define if has pstatus32_t. */ #undef HAVE_PSTATUS32_T @@ -241,6 +241,9 @@ /* Define if has lwpstatus_t. */ #undef HAVE_LWPSTATUS_T +/* Define if has lwpxstatus_t. */ +#undef HAVE_LWPXSTATUS_T + /* Define if has lwpstatus_t.pr_context. */ #undef HAVE_LWPSTATUS_T_PR_CONTEXT -- cgit v1.1