diff options
Diffstat (limited to 'ext/standard/ftok.c')
| -rw-r--r-- | ext/standard/ftok.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/ftok.c b/ext/standard/ftok.c index 7f4adf450d..adb374e060 100644 --- a/ext/standard/ftok.c +++ b/ext/standard/ftok.c @@ -23,6 +23,7 @@ #include <sys/types.h> #include <sys/ipc.h> +#if HAVE_FTOK /* {{{ proto int ftok(string pathname, string proj) Convert a pathname and a project identifier to a System V IPC key */ PHP_FUNCTION(ftok) @@ -53,6 +54,7 @@ PHP_FUNCTION(ftok) RETURN_LONG(k); } /* }}} */ +#endif /* * Local variables: |
