Revert "Need a way to check whether this API exists"

hmm, we can check whether the head file exists instead

This reverts commit 4d7d85640d.
This commit is contained in:
Xinchen Hui 2013-10-19 22:18:37 +08:00
parent 4d7d85640d
commit d42fa2a059

View file

@ -34,7 +34,6 @@ extern zend_module_entry phar_module_entry;
#define PHP_PHAR_API PHPAPI
#endif
#define PHP_PHAR_HAS_RESLOVE_ALIAS
PHP_PHAR_API int phar_resolve_alias(char *alias, int alias_len, char **filename, int *filename_len TSRMLS_DC);
#endif /* PHP_PHAR_H */