X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..a7241d0f167a7af46850091b94c2f4b7fd63efe7:/projects/rlm_stg/libradius.h diff --git a/projects/rlm_stg/libradius.h b/projects/rlm_stg/libradius.h index b184a75a..25cb98e1 100644 --- a/projects/rlm_stg/libradius.h +++ b/projects/rlm_stg/libradius.h @@ -24,22 +24,27 @@ * Copyright 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008 The FreeRADIUS server project */ -#include -RCSIDH(libradius_h, "$Id: libradius.h,v 1.1 2010/08/14 04:13:52 faust Exp $") +//#include +//RCSIDH(libradius_h, "$Id: libradius.h,v 1.1 2010/08/14 04:13:52 faust Exp $") #include +#include #include #include #include -#include "os_int.h" +#include "stg/os_int.h" +#ifdef FREE_BSD +#include +#endif #include #include -#include -#include -#include +/*#include +#include */ + +#include "token.h" #ifdef SIZEOF_UNSIGNED_INT #if SIZEOF_UNSIGNED_INT != 4 @@ -50,8 +55,8 @@ RCSIDH(libradius_h, "$Id: libradius.h,v 1.1 2010/08/14 04:13:52 faust Exp $") /* * Include for modules. */ -#include -#include +/*#include +#include */ #define EAP_START 2 @@ -465,6 +470,6 @@ void *fr_fifo_pop(fr_fifo_t *fi); void *fr_fifo_peek(fr_fifo_t *fi); int fr_fifo_num_elements(fr_fifo_t *fi); -#include +//#include #endif /*LIBRADIUS_H*/