From 633fd09f3cfd79906b88fc1adcd2c16f39e9848e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 27 May 1999 22:48:53 +0000 Subject: * configure.in: Check whether getuid and getgid exist. * archive.c: Define getuid and getgid as macros if HAVE_GETUID or HAVE_GETGID are not defined, respectively. (bfd_write_armap): Don't special case on _WIN32 for getuid and getgid. * configure.host: Set ac_cv_func_get{ug}id for *-*-windows*. * configure, config.in: Rebuild. --- bfd/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bfd/config.in') diff --git a/bfd/config.in b/bfd/config.in index 51fa45b..abb2c78 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -67,9 +67,15 @@ /* Define if you have the getcwd function. */ #undef HAVE_GETCWD +/* Define if you have the getgid function. */ +#undef HAVE_GETGID + /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE +/* Define if you have the getuid function. */ +#undef HAVE_GETUID + /* Define if you have the madvise function. */ #undef HAVE_MADVISE -- cgit v1.1