// These are global declarations used in main.C . This file should only // be included by main.C . Other files should include main.h . #ifndef MAIN_PRIVATE_H #define MAIN_PRIVATE_H char big_buffer[16384]; // see main.h char *cgi_script_name = "http://www.eskimo.com/~douglas/cgi-bin/foggy.cgi"; static char *data_filename = "foggy.dat"; static char *id_filename = "unique_number"; #endif