diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-24 21:50:47 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-24 21:50:47 +0000 |
commit | 2ce59e1b29a1a69e3488a6a9888a67827cd25dcd (patch) | |
tree | 1e6adf58ad1f1728dc23fe0fccce39e1fca81057 /libobjc/config.h.in | |
parent | 14858dad0ce3200e862ab789b10fa0d246f339a7 (diff) | |
download | gcc-2ce59e1b29a1a69e3488a6a9888a67827cd25dcd.tar.gz |
2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
* aclocal.m4, config.h.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91198 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/config.h.in')
-rw-r--r-- | libobjc/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libobjc/config.h.in b/libobjc/config.h.in index 83b195cd101..700e0458450 100644 --- a/libobjc/config.h.in +++ b/libobjc/config.h.in @@ -30,6 +30,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT |