diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-05-24 19:05:17 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-05-24 19:05:17 +0000 |
commit | 0c18e3f002e5029c8b0f05478ee9e13d1ad5a645 (patch) | |
tree | c3a640f6a45e7495f27ddc692dd5b269acb42665 /sim/ppc/config.in | |
parent | 0293d5b019a65b8fb642554d0a8716bbba5d64c7 (diff) | |
download | gdb-0c18e3f002e5029c8b0f05478ee9e13d1ad5a645.zip gdb-0c18e3f002e5029c8b0f05478ee9e13d1ad5a645.tar.gz gdb-0c18e3f002e5029c8b0f05478ee9e13d1ad5a645.tar.bz2 |
More changes for GO32 canadian cross builds
Diffstat (limited to 'sim/ppc/config.in')
-rw-r--r-- | sim/ppc/config.in | 85 |
1 files changed, 81 insertions, 4 deletions
diff --git a/sim/ppc/config.in b/sim/ppc/config.in index e081c74..eb713cd 100644 --- a/sim/ppc/config.in +++ b/sim/ppc/config.in @@ -1,15 +1,88 @@ /* config.in. Generated automatically from configure.in by autoheader. */ -#ifndef CONFIG_H -#define CONFIG_H +/* Define if your struct stat has st_blksize. */ +#undef HAVE_ST_BLKSIZE + +/* Define if your struct stat has st_blocks. */ +#undef HAVE_ST_BLOCKS + +/* Define if your struct stat has st_rdev. */ +#undef HAVE_ST_RDEV + +/* Define if your struct tm has tm_zone. */ +#undef HAVE_TM_ZONE + +/* Define if you don't have tm_zone but do have the external array + tzname. */ +#undef HAVE_TZNAME + +/* Define if your <sys/time.h> declares struct tm. */ +#undef TM_IN_SYS_TIME /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN +/* Define if you have the dup function. */ +#undef HAVE_DUP + +/* Define if you have the dup2 function. */ +#undef HAVE_DUP2 + +/* Define if you have the fcntl function. */ +#undef HAVE_FCNTL + +/* Define if you have the fstat function. */ +#undef HAVE_FSTAT + +/* Define if you have the fstatfs function. */ +#undef HAVE_FSTATFS + +/* Define if you have the getdirentries function. */ +#undef HAVE_GETDIRENTRIES + +/* Define if you have the getegid function. */ +#undef HAVE_GETEGID + +/* Define if you have the geteuid function. */ +#undef HAVE_GETEUID + +/* Define if you have the getgid function. */ +#undef HAVE_GETGID + +/* Define if you have the getpid function. */ +#undef HAVE_GETPID + /* Define if you have the getrusage function. */ #undef HAVE_GETRUSAGE +/* Define if you have the gettimeofday function. */ +#undef HAVE_GETTIMEOFDAY + +/* Define if you have the getuid function. */ +#undef HAVE_GETUID + +/* Define if you have the ioctl function. */ +#undef HAVE_IOCTL + +/* Define if you have the kill function. */ +#undef HAVE_KILL + +/* Define if you have the lseek function. */ +#undef HAVE_LSEEK + +/* Define if you have the lstat function. */ +#undef HAVE_LSTAT + +/* Define if you have the sigprocmask function. */ +#undef HAVE_SIGPROCMASK + +/* Define if you have the stat function. */ +#undef HAVE_STAT + +/* Define if you have the umask function. */ +#undef HAVE_UMASK + /* Define if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H @@ -28,6 +101,12 @@ /* Define if you have the <sys/dir.h> header file. */ #undef HAVE_SYS_DIR_H +/* Define if you have the <sys/ioctl.h> header file. */ +#undef HAVE_SYS_IOCTL_H + +/* Define if you have the <sys/mount.h> header file. */ +#undef HAVE_SYS_MOUNT_H + /* Define if you have the <sys/ndir.h> header file. */ #undef HAVE_SYS_NDIR_H @@ -48,5 +127,3 @@ /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H - -#endif |