mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Change PHP_OS_FAMILY to "Darwin" instead of "Mac" for Darwin based systems (as suggested by Davey)
This commit is contained in:
parent
ef4b2fc283
commit
a251d9b2c1
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
#elif defined(BSD) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
# define PHP_OS_FAMILY "BSD"
|
||||
#elif defined(__APPLE__) || defined(__MACH__)
|
||||
# define PHP_OS_FAMILY "Mac"
|
||||
# define PHP_OS_FAMILY "Darwin"
|
||||
#elif defined(__sun__)
|
||||
# define PHP_OS_FAMILY "Solaris"
|
||||
#elif defined(__linux__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue