#include "Event.H"
Go to the source code of this file.
Defines | |
#define | ZIP_URL_SIZE 128 |
Maximum size for the zip url to be created (including null terminating character). | |
#define | POST_ZIP_DATA_SIZE 16 |
Maximum size for the post data zip string (including null terminating character). | |
#define | POST_ADDRESS_ADD_DATA 32 |
Maxiumum size for the post data of address search (including null terminating character). | |
#define | HTML_LINE_LENGTH 1024 |
Maximum size for an HTML line (including null terminating character). | |
#define | BASE_FROM_ZIP_URL "http://zip4.usps.com/zip4/zcl_3_results.jsp" |
The base url for the page to convert zip to address. | |
#define | BASE_TO_ZIP_URL "http://zip4.usps.com/zip4/zcl_0_results.jsp" |
The base url for the page to convert address to zip. |