]> andersk Git - openssh.git/blobdiff - defines.h
- Removed most of the pam code into its own file auth-pam.[ch]. This
[openssh.git] / defines.h
index 1a66399760d95571d141eea86a3ef71d87d224c8..10f72f478c73b6cd6508033e3ee5a714c4308f97 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -226,11 +226,3 @@ typedef unsigned int size_t;
 # define PAM_STRERROR(a,b) pam_strerror((a),(b))
 #endif
 
-#if !defined(HAVE_SETEUID) && defined(HAVE_SETREUID)
-# define seteuid(a) setreuid(-1,a)
-#endif /* !defined(HAVE_SETEUID) && defined(HAVE_SETREUID) */
-
-#ifndef HAVE_INNETGR
-# define innetgr(a,b,c,d) (0)
-#endif /* HAVE_INNETGR */
-
This page took 0.034186 seconds and 4 git commands to generate.