Sindbad~EG File Manager
#define CALCULUS // change this line to make the other Assistants
// #define PRECALCULUS // exactly one of these four should be defined (whether or not TRIAL or LAB_EDITION is defined)
// #define ALGEBRA
// #define GRAPHER
// #define CALL_HOME
/* a version with CALL_HOME defined will only run while connected to the Internet,
and if the server authenticates the user by his or her email address.
WebGrades will be on if and only if the user is enrolled in WebGrades
*/
// #define PREPAID // Like CALL_HOME except the server will let it run if they are enrolled in WebGrades without authenticating the email address
// #define TRIAL // define this to make a trial version that doesn't permit typing in your own problems
#ifdef PREPAID
#define CALL_HOME
#endif
#ifdef TRIAL
#define CALCULUS
#endif
// #define LAB_EDITION // define this to make the lab editions; version number will automatically increase by one, becoming odd.
// #define WEBGRADES // if this is defined, then the default value of InitFile.webgrades will be 1, so WebGrades will be on by default.
// (Use for WebGradesLabEdition only)
int get_version(void);
int get_revision(void);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists