X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gmodule%2Fgmoduleconf.h.in;h=eea0679417323e733ece0cbc06ba3146d4452644;hb=2e5bd8cf47f9e1559ccc44823a2f321b8ff8c1ea;hp=168cf23d25c9cc83a2b4d9b7ffaaecd9d2343307;hpb=73007021796f33d7ccec4e5f2bb2b2f8660347f2;p=platform%2Fupstream%2Fglib.git diff --git a/gmodule/gmoduleconf.h.in b/gmodule/gmoduleconf.h.in index 168cf23..eea0679 100644 --- a/gmodule/gmoduleconf.h.in +++ b/gmodule/gmoduleconf.h.in @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, see . */ #ifndef __G_MODULE_CONF_H__ #define __G_MODULE_CONF_H__ @@ -27,10 +25,7 @@ extern "C" { #define G_MODULE_IMPL_NONE 0 #define G_MODULE_IMPL_DL 1 -#define G_MODULE_IMPL_DLD 2 #define G_MODULE_IMPL_WIN32 3 -#define G_MODULE_IMPL_OS2 4 -#define G_MODULE_IMPL_BEOS 5 #define G_MODULE_IMPL_DYLD 6 #define G_MODULE_IMPL_AR 7 @@ -39,7 +34,7 @@ extern "C" { #if (@G_MODULE_HAVE_DLERROR@) #define G_MODULE_HAVE_DLERROR #endif -#if (@G_MODULE_NEED_USCORE@) || defined (hp9000s300) || defined (__hp9000s300) || defined (__hp9000s300__) +#if (@G_MODULE_NEED_USCORE@) #define G_MODULE_NEED_USCORE #endif #if (@G_MODULE_BROKEN_RTLD_GLOBAL@)