diff options
author | Andi Gutmans <andi@php.net> | 2000-09-06 20:27:12 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-09-06 20:27:12 +0000 |
commit | b8a95da22ab157b85fb1cf6c55c1ce71da420248 (patch) | |
tree | 67dfcb88a43d1a16bb1c613711feb32ccd8438a2 /TSRM/tsrm_virtual_cwd.h | |
parent | 180c337885981c4cf1e6f6facf64d549fe6a932d (diff) | |
download | php-git-b8a95da22ab157b85fb1cf6c55c1ce71da420248.tar.gz |
- Centralize some configuration stuff
- Use inline in my strtok_r implementation
Diffstat (limited to 'TSRM/tsrm_virtual_cwd.h')
-rw-r--r-- | TSRM/tsrm_virtual_cwd.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/TSRM/tsrm_virtual_cwd.h b/TSRM/tsrm_virtual_cwd.h index 0a882c364c..eee3ad0480 100644 --- a/TSRM/tsrm_virtual_cwd.h +++ b/TSRM/tsrm_virtual_cwd.h @@ -22,15 +22,7 @@ #ifndef VIRTUAL_CWD_H #define VIRTUAL_CWD_H -#ifdef WIN32 -# define TSRM_WIN32 -#endif - -#ifndef TSRM_WIN32 -# include "tsrm_config.h" -#else -# include "tsrm_config.w32.h" -#endif +#include "tsrm_config_common.h" #include <sys/types.h> #include <sys/stat.h> |