Assume dlerror() function is always available when dlopen() is

Remove separate checks for dlerror() which don't seem to be needed under
any platform any longer.

No real changes, just slim down configure/CMake a tiny bit.
This commit is contained in:
Vadim Zeitlin
2020-05-15 00:00:06 +02:00
parent fea8c608b1
commit 7a82a0bbf5
7 changed files with 0 additions and 74 deletions

View File

@@ -87,7 +87,6 @@
#define SIZEOF_LONG_LONG 8
#define wxSIZE_T_IS_ULONG 1
#define wxWCHAR_T_IS_REAL_TYPE 1
#define HAVE_DLERROR 1
#define HAVE_FCNTL 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETSERVBYNAME 1