diff options
author | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2000-08-10 07:07:58 +0000 |
---|---|---|
committer | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2000-08-10 07:07:58 +0000 |
commit | 3ef5f28679a387f258e39aea208040a08e5036fc (patch) | |
tree | 9c5d9205bb24e73fbed7c7a980c5526df69f0f56 | |
parent | 60798ef2546bca53f9b4cd8914f105a917afb42b (diff) | |
download | gcc-3ef5f28679a387f258e39aea208040a08e5036fc.zip gcc-3ef5f28679a387f258e39aea208040a08e5036fc.tar.gz gcc-3ef5f28679a387f258e39aea208040a08e5036fc.tar.bz2 |
Added define for HAVE_SCHED_H.
From-SVN: r35597
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 85516d1..877f527 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -237,6 +237,9 @@ /* Define if you have the <nl_types.h> header file. */ #undef HAVE_NL_TYPES_H +/* Define if you have the <sched.h> header file. */ +#undef HAVE_SCHED_H + /* Define if you have the <stab.h> header file. */ #undef HAVE_STAB_H |