- Remove #ifdefs around ftok function so that it is also available when

none of the IPC extensions are enabled.
This commit is contained in:
Derick Rethans 2002-10-20 10:18:20 +00:00
parent 12642146c0
commit c5a73b31f6
3 changed files with 0 additions and 10 deletions

View file

@ -832,9 +832,7 @@ function_entry basic_functions[] = {
PHP_FE(version_compare, NULL)
/* functions from ftok.c*/
#if HAVE_SYSVSEM || HAVE_SYSVSHM || HAVE_SHMOP
PHP_FE(ftok, NULL)
#endif
PHP_FE(str_rot13, NULL)