summaryrefslogtreecommitdiff
path: root/php_getopt.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-10 16:27:28 +0000
committerZeev Suraski <zeev@php.net>2000-02-10 16:27:28 +0000
commit59b53ea2c8f1dbb4797ffac2a31caad392927b48 (patch)
tree66286d9cfa99c17393acb03c91467bff32fcfdf3 /php_getopt.h
parent404bbe1f265772bf495581d5914f866aaa5f4337 (diff)
downloadphp-git-59b53ea2c8f1dbb4797ffac2a31caad392927b48.tar.gz
Always use getopt with CGI, never use it for anything else
Diffstat (limited to 'php_getopt.h')
-rw-r--r--php_getopt.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/php_getopt.h b/php_getopt.h
deleted file mode 100644
index e84e117527..0000000000
--- a/php_getopt.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Borrowed from Apache NT Port */
-#include "php.h"
-
-PHPAPI extern char *optarg;
-PHPAPI extern int optind;
-extern int opterr;
-extern int optopt;
-
-PHPAPI int getopt(int argc, char* const *argv, const char *optstr);