1999-01-13 Raffaele Sena <raff@aromatic.com>
* libltdl/ltdl.c: replaced RTDL with RTLD
+1999-01-13 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * THANKS: added Raffaele Sena
+
+1999-01-13 Raffaele Sena <raff@aromatic.com>
+
+ * libltdl/ltdl.c: replaced RTDL with RTLD
+
1999-01-13 Manish Singh <yosh@gimp.org>
* ltconfig.in (osf3*, osf4*, irix6*): include
Mark Kettenis <kettenis@phys.uva.nl>
Mimi Burbank <mimi@scri.fsu.edu>
Oliver Guntermann <og@informatik.uni-hannover.de>
+Raffaele Sena <raff@aromatic.com>
Stephan Kulow <coolo@kde.org>
Thomas Esser <te@informatik.uni-hannover.de>
Todd Vierling <tv@pobox.com>
#define dlerror() unknown_error
#endif
-#if RTDL_GLOBAL
-# define LTDL_GLOBAL RTDL_GLOBAL
+#if RTLD_GLOBAL
+# define LTDL_GLOBAL RTLD_GLOBAL
#else
# if DL_GLOBAL
# define LTDL_GLOBAL DL_GLOBAL
# endif
#endif
-#if RTDL_NOW
-# define LTDL_NOW RTDL_NOW
+#if RTLD_NOW
+# define LTDL_NOW RTLD_NOW
#else
# if DL_NOW
# define LTDL_NOW DL_NOW