fca6d5b663
-- Cisco's TACACS+ Server TACACS+ is used for authentication, authorization, and accounting on Cisco routers. This daemon provides a server for TACACS+ routers. WWW: http://www.gazi.edu.tr/tacacs/ MAINTAINER= Jeff Bachtel <jeff@cepheid.org> + lots of additional mods + pvalchev@ helped + lebel@ reviewed
17 lines
339 B
Plaintext
17 lines
339 B
Plaintext
$OpenBSD: patch-tac_plus_h,v 1.1.1.1 2001/07/30 05:18:07 jsyn Exp $
|
|
--- tac_plus.h.orig Sun Jun 18 12:26:54 2000
|
|
+++ tac_plus.h Thu Jul 26 19:57:45 2001
|
|
@@ -141,6 +141,12 @@
|
|
#define NO_PWAGE
|
|
#endif
|
|
|
|
+#ifdef OPENBSD
|
|
+#define STDLIB_MALLOC
|
|
+#define VOIDSIG
|
|
+#define NO_PWAGE
|
|
+#endif
|
|
+
|
|
#ifdef BSDI
|
|
#define VOIDSIG
|
|
#define STDLIB_MALLOC
|