-#ifdef USE_INSULTS
/*
* CU sudo version 1.3.1
*
* Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
*/
+#ifdef USE_INSULTS
+
+#ifndef _SUDO_INSULTS_H
+#define _SUDO_INSULTS_H
+
/*
* To add insult to injury, just add to the following strings and
* adjust NOFINSULTS accordingly. This code taken from the original
#define INSULT (insults[time(NULL) % NOFINSULTS])
+#endif /* _SUDO_INSULTS_H */
+
#endif /* USE_INSULTS */
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifndef _SUDO_SUDO_h
+#define _SUDO_SUDO_h
+
#include "pathnames.h"
/* Configurable OPTIONS--these can be overridden from the Makefile */
#ifdef hpux
# define seteuid(__EUID) (setresuid((uid_t)-1, __EUID, (uid_t)-1))
#endif /* hpux */
+
+#endif /* _SUDO_SUDO_H */