none of the IPC extensions are enabled.
@ -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)
@ -20,8 +20,6 @@
#include "php.h"
#include <sys/types.h>
#include <sys/ipc.h>
@ -56,8 +54,6 @@ PHP_FUNCTION(ftok)
}
/* }}} */
/*
* Local variables:
* tab-width: 4
@ -21,10 +21,6 @@
#ifndef PHP_FTOK_H
#define PHP_FTOK_H
PHP_FUNCTION(ftok);
#endif /* PHP_FTOK_H */