diff options
author | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2000-08-15 07:38:54 +0000 |
---|---|---|
committer | Ovidiu Predescu <ovidiu@gcc.gnu.org> | 2000-08-15 07:38:54 +0000 |
commit | f3fc0ba86b8604d09db4cd8cc7d2a1e84e315b11 (patch) | |
tree | 40b97b3e983e345dde50558ef7ddce075aaa78d2 /libobjc/config.h.in | |
parent | d972a4c28650a75ff1b52c1cdafa308a7fd9a997 (diff) | |
download | gcc-f3fc0ba86b8604d09db4cd8cc7d2a1e84e315b11.zip gcc-f3fc0ba86b8604d09db4cd8cc7d2a1e84e315b11.tar.gz gcc-f3fc0ba86b8604d09db4cd8cc7d2a1e84e315b11.tar.bz2 |
Check for <sched.h>.
From-SVN: r35697
Diffstat (limited to 'libobjc/config.h.in')
-rw-r--r-- | libobjc/config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libobjc/config.h.in b/libobjc/config.h.in new file mode 100644 index 0000000..70427eda --- /dev/null +++ b/libobjc/config.h.in @@ -0,0 +1,2 @@ +/* Define this if you have the <sched.h> header file */ +#undef HAVE_SCHED_H |