]> git.ozlabs.org Git - ppp.git/commitdiff
USLC as well as SNI
authorPaul Mackerras <paulus@samba.org>
Thu, 26 Sep 1996 06:23:50 +0000 (06:23 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 26 Sep 1996 06:23:50 +0000 (06:23 +0000)
pppd/sys-svr4.c

index f43427ed94585258c4ef5df5b0d3681bbfda16f0..aa176399995df4820a1a856870ffd7c93629bb05 100644 (file)
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: sys-svr4.c,v 1.13 1996/09/14 05:18:24 paulus Exp $";
+static char rcsid[] = "$Id: sys-svr4.c,v 1.14 1996/09/26 06:23:50 paulus Exp $";
 #endif
 
 #include <limits.h>
 #include <stdio.h>
 #include <stddef.h>
 #include <stdlib.h>
 #endif
 
 #include <limits.h>
 #include <stdio.h>
 #include <stddef.h>
 #include <stdlib.h>
-#ifdef SNI
+#if defined(SNI) || defined(__USLC__)
 extern void *alloca(size_t);
 #else
 #include <alloca.h>
 extern void *alloca(size_t);
 #else
 #include <alloca.h>