=================================================================== RCS file: /cvs/cvs/blind/blind.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- blind/blind.h 2022/03/15 22:05:18 1.1 +++ blind/blind.h 2022/03/17 05:35:23 1.2 @@ -14,6 +14,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define CONFIG "/etc/blind.conf" -#define BLIND_TXT "blind" -#define BLIND_VER "0.0.1" +#define BL_CONF "/etc/blind.conf" +#define BL_TEXT "blind" +#define BL_VERS "0.0.1"