From 76bb2b14a56e313b06b727d015fcd6f7ba6f789c Mon Sep 17 00:00:00 2001 From: Frank Cusack Date: Mon, 12 May 2003 08:18:54 +0000 Subject: [PATCH] Remove an extraneous HAVE_CRYPT_H definition --- pppd/Makefile.linux | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 38f1f29..0ab8c76 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.57 2003/05/12 08:13:24 fcusack Exp $ +# $Id: Makefile.linux,v 1.58 2003/05/12 08:18:54 fcusack Exp $ # # Default installation locations @@ -42,9 +42,6 @@ USE_CRYPT=y # Uncomment the next line to include support for MPPE. CHAPMS (above) must # also be enabled. Also, edit plugins/radius/Makefile.linux. MPPE=y -ifneq ($(wildcard /usr/lib/libcrypt.*),) -HAVE_CRYPT_H=y -endif # Uncomment the next line to include support for PPP packet filtering. # This requires that the libpcap library and headers be installed -- 2.39.2