/** * Main.h: contains definitions for ldaphotos.c */ #define VERSION "v0.0" #define TITLE "LDAP Photo Album, by Catluck Kettlemerry" #define PROGNAME "ldaphotos" #define USAGE0 "Usage:" #define USAGE1 "[OPTION...]" #define OPTIONS0 "Options:" #define OPTIONS1 "\t-v run verbosely" #define OPTIONS2 "\t-h show help and exit" #define OPTIONS3 "\t-t provide terse output" #define OPTIONS4 "\t-f Read input from file " #define OPTIONS5 "" #define OPTIONS6 "" #define OPTIONS7 "" #define OPTIONS8 "" #define OPTIONS9 "" #define OPTIONS10 "\t-p Print the effects of the given options for this invocation"