summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-26 17:07:31 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-26 17:07:31 +0000
commit041bc1b9e2cc38e377af464c5b0125bd2978ef2d (patch)
tree19da34cfc56a8c2daed1fcb7cd9dcd3b5cd6f4f3 /gcc/config.in
parent6e796aa539593bba5f5eda264d49c61838481356 (diff)
downloadgcc-041bc1b9e2cc38e377af464c5b0125bd2978ef2d.tar.gz
* configure.in (gettimeofday): Check for its existance.
* config.in (HAVE_GETTIMEOFDAY): Define. * configure: Rebuilt. Will be needed for mkstemp shortly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20743 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 38cc36db108..f468dc87e73 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -93,6 +93,9 @@
/* Define if you have the getrlimit function. */
#undef HAVE_GETRLIMIT
+/* Define if you have the gettimeofday function. */
+#undef HAVE_GETTIMEOFDAY
+
/* Define if you have the index function. */
#undef HAVE_INDEX