]> granicus.if.org Git - php/commitdiff
no more need for this either
authorSterling Hughes <sterling@php.net>
Wed, 27 Nov 2002 20:06:01 +0000 (20:06 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 27 Nov 2002 20:06:01 +0000 (20:06 +0000)
ext/standard/scanf.h

index 275c5e51a01745d5548ee49e602c940e12ba6169..c793907aba5d0c386999e70f872863d0e8fde09e 100644 (file)
@@ -27,7 +27,6 @@
                                 /* upper limit to keep resources in check and   */
                                 /* minimize the possibility of exploits         */
 
-#define SCAN_MAX_FSCANF_BUFSIZE                512  /* Max input buffer allocated for fscanf */
 #define SCAN_SUCCESS                   SUCCESS 
 #define SCAN_ERROR_EOF                 -1      /* indicates premature termination of scan      */
                                                                        /* can be caused by bad parameters or format*/