]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/auth.c
Minor fix to #if around alloca.h
[ppp.git] / pppd / auth.c
index 7d80cb07a0a960fe5284a73bc7e0eb8e0107688e..18f60f0197c850dd4eb245d38f83052cc83ab745 100644 (file)
@@ -33,7 +33,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: auth.c,v 1.14 1995/04/26 06:46:22 paulus Exp $";
+static char rcsid[] = "$Id: auth.c,v 1.16 1995/07/04 12:34:17 paulus Exp $";
 #endif
 
 #include <stdio.h>
@@ -66,7 +66,7 @@ static char rcsid[] = "$Id: auth.c,v 1.14 1995/04/26 06:46:22 paulus Exp $";
 #include "ccp.h"
 #include "pathnames.h"
 
-#ifdef sparc
+#if defined(sun) && defined(sparc)
 #include <alloca.h>
 #endif /*sparc*/