	/* some information that lots of program will want to know */

#define CONFIG_FILE   "/peyton/scr/spiff1/richmond/bait/apo.config"
#define REQUEST_DIR   "/u/bait/requests/"
#define TARGET_DIR    "/u/bait/targets/"
#define BIN_DIR       "/u/bait/bin/"
#define NEWREQ_FILE   "NEWREQS"
#define RQS_EXTENSION ".rqs"

#ifndef VERBOSE
#undef VERBOSE          		/* if #defined, lots and lots of diag output */
#endif                     		/*   from lots of programs */

#define ALT_ALWAYS      1		/* object always above altitude limit */
#define ALT_NEVER       2		/* object never above altitude limit */

#define TWI_DEGREES   12.0		/* degrees below horizon when normal obseving */
                           		/*   may begin */

