Skip to content

Commit 4ba4243

Browse files
committed
always add PHP_MANDIR if exists
1 parent fd0ed00 commit 4ba4243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/main.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
* @cvalue PHP_SBINDIR
105105
*/
106106
const PHP_SBINDIR = UNKNOWN;
107-
#ifndef PHP_WIN32
107+
#ifdef PHP_MANDIR
108108
/**
109109
* @var string
110110
* @cvalue PHP_MANDIR

0 commit comments

Comments
 (0)