diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h index fcf7b8cef5..d08aa21d47 100644 --- a/main/php.h +++ b/main/php.h @@ -51,6 +51,8 @@ #elif defined(__sun__) # define PHP_OS_FAMILY "Solaris" #elif defined(__linux__) +# define PHP_OS_FAMILY "Linux" +#else # define PHP_OS_FAMILY "Unknown" #endif |