none of the IPC extensions are enabled.
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)
#include "php.h"
-#if HAVE_SYSVSEM || HAVE_SYSVSHM || HAVE_SHMOP
-
#include <sys/types.h>
#include <sys/ipc.h>
}
/* }}} */
-#endif
-
/*
* Local variables:
* tab-width: 4
#ifndef PHP_FTOK_H
#define PHP_FTOK_H
-#if HAVE_SYSVSEM || HAVE_SYSVSHM || HAVE_SHMOP
-
PHP_FUNCTION(ftok);
-#endif
-
#endif /* PHP_FTOK_H */