Include file nonsense..

Alan DeKok aland at ox.org
Thu Nov 10 18:54:12 CET 2005


  I think I'm going to fix the CVS head:

src/Makefile
	ln -s include freeradius-devel

src/main/Makefile
src/lib/Makefile
src/lib/rules.mak
	CFLAGS += -I$(top_builddir)/src

  And then change all of the 

#include "libradius.h"

  to

#include <freeradius-devel/libradius.h>

  Which will fix the retarded Solaris issues once and for all.

  After we clean up the other header files, we can use
<freeradius/file.h> for include files everyone should use, and
<freeradius-devel/file.h> for include files that exist only in the
current build tree.

  Comments?

  Alan DeKok.



More information about the Freeradius-Devel mailing list