no more need for this either

This commit is contained in:
Sterling Hughes 2002-11-27 20:06:01 +00:00
parent 5c96f91123
commit 52a451ccd2

View 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*/