diff options
author | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-15 07:38:54 +0000 |
---|---|---|
committer | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-15 07:38:54 +0000 |
commit | 0af6988b97bf5cdd3594e2267c92933536a9bb21 (patch) | |
tree | 40b97b3e983e345dde50558ef7ddce075aaa78d2 /libobjc | |
parent | 284f820ad105ade4dfa4b0f4d89a2da758ba0084 (diff) | |
download | gcc-0af6988b97bf5cdd3594e2267c92933536a9bb21.tar.gz |
Check for <sched.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35697 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-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 00000000000..70427edaf6b --- /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 |