update so everyone else can build things, too.
authoraland <aland>
Mon, 30 Aug 1999 23:49:36 +0000 (23:49 +0000)
committeraland <aland>
Mon, 30 Aug 1999 23:49:36 +0000 (23:49 +0000)
src/include/radius.h
src/main/radclient.c

index d1cb7d9..d80e624 100644 (file)
@@ -10,6 +10,8 @@
 #define PW_TYPE_INTEGER                        1
 #define PW_TYPE_IPADDR                 2
 #define PW_TYPE_DATE                   3
+#define PW_TYPE_ABINARY                        4
+#define PW_TYPE_OCTETS                 5
 
 #define        PW_AUTHENTICATION_REQUEST       1
 #define        PW_AUTHENTICATION_ACK           2
index 985605d..325c370 100644 (file)
@@ -29,6 +29,7 @@
 
 #include       "conf.h"
 #include       "libradius.h"
+#include       "radpaths.h"
 
 /*
  *     Read valuepairs from the fp up to End-Of-File.