10 Nov
2005
10 Nov
'05
12:54 p.m.
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.