diff options
author | Andi Gutmans <andi@php.net> | 2000-09-03 18:58:46 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-09-03 18:58:46 +0000 |
commit | 1109b9ab575708168edd4fedeb10731a52e4e968 (patch) | |
tree | 85eaee18ef4f5405464098add76c812d2fd75b8e /TSRM/tsrm_virtual_cwd.h | |
parent | da19ff78f34e409e00ffde0b23b2f36bf04caf16 (diff) | |
download | php-git-1109b9ab575708168edd4fedeb10731a52e4e968.tar.gz |
- More TSRM work
Diffstat (limited to 'TSRM/tsrm_virtual_cwd.h')
-rw-r--r-- | TSRM/tsrm_virtual_cwd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TSRM/tsrm_virtual_cwd.h b/TSRM/tsrm_virtual_cwd.h index b6875dfe4b..8d4c2c32cd 100644 --- a/TSRM/tsrm_virtual_cwd.h +++ b/TSRM/tsrm_virtual_cwd.h @@ -26,6 +26,12 @@ # define TSRM_WIN32 #endif +#ifndef TSRM_WIN32 +# include "tsrm_config.h" +#else +# include "tsrm_config.w32.h" +#endif + #include <sys/types.h> #include <sys/stat.h> #include <ctype.h> |