openldap/libraries
Connor Smith 6489b6a857 ITS#9925 Fix some ancient #ifdef checks
Use #elif defined(...) for HAVE_WINSOCK and MACOS. All other instances
of these macros use #ifdef or similar. A compiler may warn about them
not being defined.

In libraries/liblber/sockbuf.c, (DOS && PCNFS) and (DOS && NCSA) were
replaced with HAVE_PCNFS and HAVE_NCSA, respectively. It seems logical
to do the same at the only remaining occurrence of DOS, PCNFS, and NCSA.

Use #if HARDCODE_DATA consistently, replacing two instances of #ifdef.
HARDCODE_DATA is always defined, and this way you can set HARDCODE_DATA
to 0 and have it work, rather than it going down the wrong branch and
failing in these two cases.
2022-10-13 03:37:47 +00:00
..
liblber ITS#9901 libldap: fix non-std printf %p arguments 2022-08-22 16:44:05 +00:00
libldap ITS#8196/ITS#9714 Switch to xorshift 2022-09-19 16:32:39 +00:00
liblmdb Merge remote-tracking branch 'origin/mdb.RE/0.9' 2022-10-04 15:50:15 +00:00
liblunicode ITS#9925 Fix some ancient #ifdef checks 2022-10-13 03:37:47 +00:00
liblutil Happy New Year! 2022-01-07 18:40:00 +00:00
librewrite ITS#9817 One more leak plugged 2022-09-02 16:49:45 +01:00
Makefile.in ITS#9840 - libraries/Makefile.in: ignore the mkdir errors 2022-05-09 16:48:43 +00:00