/* * $Source$ * $Author$ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology * * $Log$ * Revision 1.2 1988-08-01 23:54:17 qjb * added type U_32BIT * * Revision 1.1 87/08/22 18:40:35 wesommer * Initial revision * */ #define UREG_VERIFY_USER 0 #define UREG_RESERVE_LOGIN 1 #define UREG_SET_PASSWORD 2 typedef u_long U_32BIT; /* * Local Variables: * mode: c * c-indent-level: 4 * c-continued-statement-offset: 4 * c-brace-offset: -4 * c-argdecl-indent: 4 * c-label-offset: -4 * End: */