diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-08 23:05:29 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-08 23:05:29 +0000 |
commit | 31671de5dfef98ee6eb46e8435137751bfaf8acc (patch) | |
tree | 9da29492c80474d5809a2e4b8c1abef235ea8a39 /gcc/config.in | |
parent | f48ac6551329833c376450dc03fd48796f2e68bd (diff) | |
download | gcc-31671de5dfef98ee6eb46e8435137751bfaf8acc.tar.gz |
* system.h: Prototype getpagesize if missing.
* configure.ac: Add getpagesize to gcc_AC_CHECK_DECLS.
* configure: Regenerate.
* config.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84323 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index ab3a6708329..2b213a2fdff 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -198,6 +198,10 @@ */ #undef HAVE_DECL_GETOPT +/* Define to 1 if we found a declaration for 'getpagesize', otherwise define + to 0. */ +#undef HAVE_DECL_GETPAGESIZE + /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to 0. */ #undef HAVE_DECL_GETRLIMIT |