mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-02 23:35:36 +00:00
took outumoved some defines to the config file
,. ,.
This commit is contained in:
6
sudo.h
6
sudo.h
@@ -303,12 +303,6 @@ extern int errno;
|
|||||||
#ifdef hpux
|
#ifdef hpux
|
||||||
# define getdtablesize() (sysconf(_SC_OPEN_MAX))
|
# define getdtablesize() (sysconf(_SC_OPEN_MAX))
|
||||||
# define setreuid(__RUID, __EUID) (setresuid(__RUID, __EUID, (uid_t)-1))
|
# 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 */
|
#endif /* hpux */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user