From 5f8f410e51ebb5b6279632b6bc923be296dce047 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 14 Nov 1999 11:05:37 +0000 Subject: @Added tmpfile() function (Stig) Removed the mkstemp stuff and added tmpfile() function instead. --- main/php.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main/php.h') 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 */ -- cgit v1.2.1