]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/magic.c
Changing USE_SRP to PPP_WITH_SRP for consistency
[ppp.git] / pppd / magic.c
index 3f3ce32cea67045a6b5872c5fa5665fbe570b942..6a5a7eb28ee67cac69db337c3f833b5c0d42c45f 100644 (file)
@@ -40,7 +40,9 @@
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#define RCSID  "$Id: magic.c,v 1.11 2003/06/11 23:56:26 paulus Exp $"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -51,7 +53,6 @@
 #include "pppd.h"
 #include "magic.h"
 
-static const char rcsid[] = RCSID;
 
 extern long mrand48 (void);
 extern void srand48 (long);