Hi. If I try to build from the files currently in CVS, I get this gcc -D_REENTRANT=1 -I. -g -O2 -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -DBROKEN_PTHREADS=1 -o gw/wap_push_ppg.o -c gw/wap_push_ppg.c gw/wap_push_ppg.c: In function `wap_push_ppg_init': gw/wap_push_ppg.c:262: `HTTP_PORT' undeclared (first use in this function) gw/wap_push_ppg.c:262: (Each undeclared identifier is reported only once gw/wap_push_ppg.c:262: for each function it appears in.) make: *** [gw/wap_push_ppg.o] Error 1
but if I change HTTP_PORT to DEFAULT_HTTP_PORT, it compiles OK.