Define __USE_GNU

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18566 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2004-02-08 22:52:50 +00:00
parent d04dcc7fb8
commit 3dc5729371
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-02-08 Adam Fedor <fedor@gnu.org>
* Source/simple-load.h (__USE_GNU): Define for dlfcn.
2004-02-08 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSConection.m: Simplify code by using GSLazyLock and

View file

@ -15,6 +15,9 @@
#ifndef __sunos_load_h_INCLUDE
#define __sunos_load_h_INCLUDE
#ifndef __USE_GNU
#define __USE_GNU
#endif
#include <dlfcn.h>
/* This is the GNU name for the CTOR list */