summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2017-06-14 03:29:06 +0200
committerKalle Sommer Nielsen <kalle@php.net>2017-06-14 03:29:06 +0200
commita251d9b2c11c2ab53b0214d728c40d70cd06567c (patch)
tree76d5f8a7a94634f730995b6fb76bbc36c39eb2b8 /main/php.h
parentef4b2fc283ddaf9bd692015f1db6dad52171c3ce (diff)
downloadphp-git-a251d9b2c11c2ab53b0214d728c40d70cd06567c.tar.gz
Change PHP_OS_FAMILY to "Darwin" instead of "Mac" for Darwin based systems (as suggested by Davey)
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index e14d6258d2..116485a811 100644
--- a/main/php.h
+++ b/main/php.h
@@ -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__)