summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-11-14 11:05:37 +0000
committerStig Bakken <ssb@php.net>1999-11-14 11:05:37 +0000
commit5f8f410e51ebb5b6279632b6bc923be296dce047 (patch)
treee7d8048d494251fca5ae8bbebcef337f7f23af43 /main/php.h
parent4ebf7b85ad80ebaca652c52593d5329ccd0dc386 (diff)
downloadphp-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.h4
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 */