From: Todd C. Miller Date: Sat, 5 Feb 1994 23:43:52 +0000 (+0000) Subject: took outumoved some defines to the config file X-Git-Tag: SUDO_1_3_0~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e44792a09456fde0a06f342febcf2531a959a6f5;p=sudo took outumoved some defines to the config file ,. ,. --- diff --git a/sudo.h b/sudo.h index 4d7e34c6b..92bbfa9fc 100644 --- a/sudo.h +++ b/sudo.h @@ -303,12 +303,6 @@ extern int errno; #ifdef hpux # define getdtablesize() (sysconf(_SC_OPEN_MAX)) # define setreuid(__RUID, __EUID) (setresuid(__RUID, __EUID, (uid_t)-1)) -# ifndef USE_CWD -# define USE_CWD -# endif /* USE_CWD */ -# ifndef HAS_SAVED_UID -# define HAS_SAVED_UID -# endif /* HAS_SAVED_UID */ #endif /* hpux */ /*