When trying to compile 1.5.10, I get the following error in make:
 
make[3]: Entering directory `/export/home/root/syslog-ng-1.5.10/src'
gcc -DHAVE_CONFIG_H -I. -I/export/home/root/syslog-ng-1.5.10/src -I.     -g -O2 -Wall -I/usr/local/include/libol -D_GNU_SOURCE -c main.c
main.c:47: `PATH_SYSCONFDIR' undeclared here (not in a function)
configure says everything is fine, and I compiled 1.5.9 without any problems. I also tried defining the variable in the shell. What's odd is if I go to line 47 of main.c, it says:
 
static char cfgfilename[128] = PATH_SYSLOG_NG_CONF;
 
Any suggestions?
 
Scott Ripley
DNS Administrator - House Information Resources
U.S. House of Representatives
202.226.2833 - mailto:scott.ripley@mail.house.gov