]> granicus.if.org Git - php/commitdiff
- MFH: Fixed macro redefinition warning
authorFelipe Pena <felipe@php.net>
Thu, 13 Nov 2008 01:35:21 +0000 (01:35 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 13 Nov 2008 01:35:21 +0000 (01:35 +0000)
TSRM/tsrm_virtual_cwd.c

index edbb9d8b07e8d2d3104c9a42ba33bbe6daeba24c..1617ad68c10a913ccb5e53e2445a5e3d2c55f2cc 100644 (file)
@@ -503,6 +503,7 @@ static inline realpath_cache_bucket* realpath_cache_find(const char *path, int p
 }
 /* }}} */
 
+#undef LINK_MAX
 #define LINK_MAX 32
 
 static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, int is_dir, int *link_is_dir TSRMLS_DC) /* {{{ */