diff options
author | Derick Rethans <derick@php.net> | 2002-10-20 10:18:20 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-10-20 10:18:20 +0000 |
commit | c5a73b31f6874d15f8a3ecb852a6dde989b9eb8e (patch) | |
tree | 57a03f8e6ed7496f5282ca336ce23168ef581857 /ext/standard/php_ftok.h | |
parent | 12642146c0acde424bc2025667ad60270cc8b748 (diff) | |
download | php-git-c5a73b31f6874d15f8a3ecb852a6dde989b9eb8e.tar.gz |
- Remove #ifdefs around ftok function so that it is also available when
none of the IPC extensions are enabled.
Diffstat (limited to 'ext/standard/php_ftok.h')
-rw-r--r-- | ext/standard/php_ftok.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/php_ftok.h b/ext/standard/php_ftok.h index c3d44c7233..6f8029cde7 100644 --- a/ext/standard/php_ftok.h +++ b/ext/standard/php_ftok.h @@ -21,10 +21,6 @@ #ifndef PHP_FTOK_H #define PHP_FTOK_H -#if HAVE_SYSVSEM || HAVE_SYSVSHM || HAVE_SHMOP - PHP_FUNCTION(ftok); -#endif - #endif /* PHP_FTOK_H */ |