summaryrefslogtreecommitdiff
path: root/bfd/configure.host
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-05-27 22:48:53 +0000
committerIan Lance Taylor <ian@airs.com>1999-05-27 22:48:53 +0000
commit715e303b4f61436c06b91a8a977af398861ee873 (patch)
tree268801435869cbb75dddefd576ae9440d6f95cc6 /bfd/configure.host
parent8acbecc957d49d1b488da3b253905d56f541e152 (diff)
downloadbinutils-redhat-715e303b4f61436c06b91a8a977af398861ee873.tar.gz
* 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.
Diffstat (limited to 'bfd/configure.host')
-rw-r--r--bfd/configure.host2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/configure.host b/bfd/configure.host
index ef7048be13..e24cd60022 100644
--- a/bfd/configure.host
+++ b/bfd/configure.host
@@ -63,6 +63,8 @@ m68*-hp-hpux*) HDEFINES=-DHOST_HP300HPUX ;;
ac_cv_func_getpagesize=no
ac_cv_func_madvise=no
ac_cv_func_mprotect=no
+ ac_cv_func_getuid=no
+ ac_cv_func_getgid=no
ac_cv_header_sys_file_h=no
ac_cv_header_sys_time_h=no
ac_cv_header_unistd_h=no