]> granicus.if.org Git - sudo/commitdiff
took outumoved some defines to the config file
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 5 Feb 1994 23:43:52 +0000 (23:43 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 5 Feb 1994 23:43:52 +0000 (23:43 +0000)
,.
,.

sudo.h

diff --git a/sudo.h b/sudo.h
index 4d7e34c6bae263cfe124be50c72690a822cf30e9..92bbfa9fc638664af47940291680be9962aa8cf1 100644 (file)
--- 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 */
 
 /*