/* glo.h */ /* return codes */ #define ERR_USAGE -1 /* illegal arguments */ #define ERR_BADPORT -2 /* illegal # of ports specified */ #define ERR_NOTCP -3 /* can't find TCP/IP product directory */ #define ERR_PORTS -4 /* defining # of ports in INI file failed */ #define ERR_PDRVR -5 /* defining LPRPDRVR.PDR in INI file failed */ #define ERR_LOADMOD -6 /* couldn't load LPRPDRVR.PDR */ #define ERR_BADPROC -7 /* couldn't find entry points in LPRPDRVR */ #define ERR_INSTALL -8 /* installation of port failed */ #define ERR_DEFFILE -9 /* can't open definition file */ #define ERR_BADDEF -10 /* bad entry in the definition file */ #define ERR_CANTDEFINE -11 /* can't define the settings for a port */ #define ERR_NOMEM -12 /* out of memory */