]> granicus.if.org Git - php/commit
Fix crypt_r detection under BSD system
authorDavid Carlier <devnexen@gmail.com>
Mon, 10 Aug 2020 20:16:10 +0000 (21:16 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 12 Aug 2020 13:09:21 +0000 (15:09 +0200)
commit6ca6e9f89163f4160ade12eb516e0e29f3c3fa15
treef336f491b0db5e2550e261e06c1a2d8680e16cad
parent3485ec40ce1c87c3acaae07bb0e4c04fdf1aa288
Fix crypt_r detection under BSD system

For BSD systems, crypt.h does not exist, instead we need to
include unistd.h.

Closes GH-5971.
build/php.m4