[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dlopen() #defines



Just a quick question:

In compiling the new PHP4 beta, I found that OpenBSD #defines only one
parameter for dlopen().  Granted it isn't used, but DL_LAZY is the only one
defined.  However, most other architectures include a #define for DL_NOW as
well.  I realize that dlopen() doesn't use the second parameter, at least
for now, but shouldn't DL_NOW be #defined if for nothing else then
compatibility.  Perhaps

#define DL_NOW DL_LAZY

ahp