FreeBSD 3.x has <hl_types.h>

[SVN r12770]
This commit is contained in:
Douglas Gregor
2002-02-09 14:55:37 +00:00
parent bdf2ddfb26
commit 77c2b1f807

View File

@ -21,10 +21,10 @@
//
// is this the correct version check?
// FreeBSD has <nl_type.h> but does not
// FreeBSD has <nl_types.h> but does not
// advertise the fact in <unistd.h>:
//
#if defined(__FreeBSD__) && (__FreeBSD__ >= 4)
#if defined(__FreeBSD__) && (__FreeBSD__ >= 3)
# define BOOST_HAS_NL_TYPES_H
#endif