]> granicus.if.org Git - php/commitdiff
- Test commit msg. This is Andi and it seems to come from Zeev.
authorAndi Gutmans <andi@php.net>
Sun, 27 Aug 2000 18:18:34 +0000 (18:18 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 27 Aug 2000 18:18:34 +0000 (18:18 +0000)
main/php.h

index 906fca8811eabb2b6904363f39514777be3179aa..65b25739c7eb4e391d3f621082573bacccdacb29 100644 (file)
@@ -337,7 +337,8 @@ PHPAPI int cfg_get_string(char *varname, char **result);
 #ifndef PHP_WIN32
 #define V_CHOWN(path,owner,group) virtual_chown(path,owner,group)
 #endif
-#else
+
+#else /* !defined(VIRTUAL_DIR) */
 
 #define V_GETCWD(buff, size) getcwd(buff,size)
 #define V_FOPEN(path, mode)  fopen(path, mode)
@@ -361,7 +362,8 @@ PHPAPI int cfg_get_string(char *varname, char **result);
 #ifndef PHP_WIN32
 #define V_CHOWN(path,owner,group) chown(path,owner,group)
 #endif
-#endif
+
+#endif /* VIRTUAL_DIR */
 
 #include "zend_constants.h"