diff options
author | Stig Bakken <ssb@php.net> | 1999-11-14 11:05:37 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-11-14 11:05:37 +0000 |
commit | 5f8f410e51ebb5b6279632b6bc923be296dce047 (patch) | |
tree | e7d8048d494251fca5ae8bbebcef337f7f23af43 /main/php.h | |
parent | 4ebf7b85ad80ebaca652c52593d5329ccd0dc386 (diff) | |
download | php-git-5f8f410e51ebb5b6279632b6bc923be296dce047.tar.gz |
@Added tmpfile() function (Stig)
Removed the mkstemp stuff and added tmpfile() function instead.
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/php.h b/main/php.h index b0dd5cb7b4..d732b42c89 100644 --- a/main/php.h +++ b/main/php.h @@ -168,10 +168,6 @@ typedef zval pval; extern char *strerror(int); #endif -#ifdef HAVE_MKSTEMP -# define mktemp mkstemp -#endif - #include "fopen-wrappers.h" #if APACHE /* apache httpd */ |