diff options
author | Stanislav Malyshev <stas@php.net> | 2003-09-30 09:49:40 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2003-09-30 09:49:40 +0000 |
commit | 646e83e57f39544878a793ff76648df60f90210c (patch) | |
tree | 27d7e2049ea6e67397edb03ea88947275e7e7704 /TSRM | |
parent | 1a773f17d35626c95b3ec1b2c16050241e71ef2f (diff) | |
download | php-git-646e83e57f39544878a793ff76648df60f90210c.tar.gz |
MF4: Have realpath now
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_config.w32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TSRM/tsrm_config.w32.h b/TSRM/tsrm_config.w32.h index 2703f754f0..28a4e4242e 100644 --- a/TSRM/tsrm_config.w32.h +++ b/TSRM/tsrm_config.w32.h @@ -3,6 +3,7 @@ #define HAVE_UTIME 1 #define HAVE_ALLOCA 1 +#define HAVE_REALPATH 1 #include <malloc.h> #include <stdlib.h> |