mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
by portable.h with NDEBUG undefined. This makes assert() is always available and automatically disables itself when LDAP_DEBUG is undefined. I've included a basic assert() for pre-STDC compilers. It relies on abort() which may not actually be available. (well replace abort() with whatever is appropriate if and when we're faced with a pre-STDC compiler that doesn't have assert()). |
||
---|---|---|
.. | ||
assert.c | ||
bprint.c | ||
decode.c | ||
dtest.c | ||
dtest.dsp | ||
dtest.dsw | ||
encode.c | ||
etest.c | ||
etest.dsp | ||
etest.dsw | ||
idtest.c | ||
idtest.dsp | ||
idtest.dsw | ||
io.c | ||
lber-int.h | ||
liblber.dsp | ||
liblber.dsw | ||
Makefile.in | ||
options.c | ||
sockbuf.c | ||
Version.c |