aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure.in
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-06-03 19:10:25 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-06-03 19:10:25 +0000
commit5b18a1a0bf971923756de403a0ea34a78a0e06ec (patch)
tree79ff2cdf448d62b6d7dddd8daf6c3d0a4cee75c9 /sim/ppc/configure.in
parentf4c952e475230babf7c1640f1de122c6fbfc36bb (diff)
downloadfsf-binutils-gdb-5b18a1a0bf971923756de403a0ea34a78a0e06ec.zip
fsf-binutils-gdb-5b18a1a0bf971923756de403a0ea34a78a0e06ec.tar.gz
fsf-binutils-gdb-5b18a1a0bf971923756de403a0ea34a78a0e06ec.tar.bz2
Add time, gettimeofday, and getrusage system call support
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r--sim/ppc/configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in
index fb662a0..05d9d7f 100644
--- a/sim/ppc/configure.in
+++ b/sim/ppc/configure.in
@@ -444,6 +444,14 @@ AC_STRUCT_ST_BLOCKS
AC_STRUCT_ST_RDEV
AC_STRUCT_TIMEZONE
+AC_TYPE_GETGROUPS
+AC_TYPE_MODE_T
+AC_TYPE_OFF_T
+AC_TYPE_PID_T
+AC_TYPE_SIGNAL
+AC_TYPE_SIZE_T
+AC_TYPE_UID_T
+
AC_CHECK_FUNCS(cfgetispeed cfgetospeed cfsetispeed cfsetospeed chdir chmod chown dup dup2 fchmod fchown fcntl fstat fstatfs getdirentries getegid geteuid getgid getpid getppid getrusage gettimeofday getuid ioctl kill link lseek lstat mkdir pipe readlink rmdir setreuid setregid stat sigprocmask stat symlink tcgetattr tcsetattr tcsendbreak tcdrain tcflush tcflow tcgetpgrp tcsetpgrp time umask unlink)
AC_CHECK_HEADERS(fcntl.h stdlib.h string.h strings.h sys/ioctl.h sys/mount.h sys/param.h sys/resource.h sys/stat.h sys/termio.h sys/termios.h sys/time.h sys/times.h sys/types.h time.h unistd.h)