ifdef cleanup
Get rid of a lot of unnecessary ifdef
s that just make the code harder to understand and aren't used on the platforms we support today.
- unifdef
__UNIXOS2__
- unifdef
__QNX__
- unifdef
__OSF1__
- Remove
ifdef
s for non-Solaris SVR4 systems - Simplify remaining
OPEN_MAX
logic inFSlibos.h
- unifdef
dirty
- Use autoconf-set
HAVE_STDINT_H
instead of platform-specificifdef
s - unifdef
NCD
- unifdef
ISC
- unifdef
SUNSYSV
Edited by Alan Coopersmith