diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-27 06:35:09 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-27 06:35:09 +0000 |
commit | 3f856f22f8a6939c6ee075e926ac96b58a350686 (patch) | |
tree | 1e31788ba202e3ffbf865938d7161984c0194ae5 /libobjc/config.h.in | |
parent | 3d699a8575c9bb403ac6d89acc92622cc1672a73 (diff) | |
download | gcc-3f856f22f8a6939c6ee075e926ac96b58a350686.tar.gz |
2008-09-27 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r140717
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@140722 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/config.h.in')
-rw-r--r-- | libobjc/config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libobjc/config.h.in b/libobjc/config.h.in index 51811a576b7..ab710ac1af5 100644 --- a/libobjc/config.h.in +++ b/libobjc/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define if the compiler has a thread header that is non single. */ #undef HAVE_GTHR_DEFAULT @@ -33,6 +36,10 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O |