=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/config.h,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/sudo/Attic/config.h 2007/10/25 16:08:12 1.7 --- src/usr.bin/sudo/Attic/config.h 2007/12/03 15:09:47 1.8 *************** *** 1,4 **** ! /* $OpenBSD: config.h,v 1.7 2007/10/25 16:08:12 millert Exp $ */ #ifndef _SUDO_CONFIG_H #define _SUDO_CONFIG_H --- 1,4 ---- ! /* $OpenBSD: config.h,v 1.8 2007/12/03 15:09:47 millert Exp $ */ #ifndef _SUDO_CONFIG_H #define _SUDO_CONFIG_H *************** *** 85,90 **** --- 85,91 ---- #define DONT_LEAK_PATH_INFO 1 #define EDITOR _PATH_VI #define ENV_EDITOR 1 + #define GETGROUPS_T gid_t #define INCORRECT_PASSWORD "Sorry, try again." #define LOGFAC "authpriv" #define LOGGING SLOG_SYSLOG