• Reinhard Tartler's avatar
    configure: use same CPPFLAGS in kFreeBSD as Linux · c1f54478
    Reinhard Tartler authored
    046f081b reorganized the CPPFLAGS to no
    longer add -D_POSIX_C_SOURCE unconditionally, but only on systems (e.g.,
    glibc based ones) that require it.  As kFreeBSD uses glibc, it needs to
    be treated similar.
    
    Additionally, _BSD_SOURCE is turned on to enable some additional types
    such as caddr_t, which are normally enabled on BSD but not with glibc.
    c1f54478