Changed to PHP_CONFIG_FILE_PATH use the environment variable SystemRoot

This commit is contained in:
Frank M. Kromann 2002-03-12 18:08:52 +00:00
parent 2fe4117113
commit e96dd60412

View File

@ -264,5 +264,5 @@
#define PHP_DATADIR "c:\\php4"
#define PHP_SYSCONFDIR "c:\\php4"
#define PHP_LOCALSTATEDIR "c:\\php4"
#define PHP_CONFIG_FILE_PATH "c:\\winnt"
#define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):""
#define PEAR_INSTALLDIR "c:\\php4\\pear"