LINT=splint
LINTFLAGS=+quiet -weak -warnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc
+# compat with openssl linux edition.
+LINTFLAGS+="-DBN_ULONG=unsigned long" -Dkrb5_int32=int "-Dkrb5_ui_4=unsigned int" -DPQ_64BIT=uint64_t
INSTALL=$(srcdir)/install-sh
comm_base_delete(base);
fatal_exit("could not create listening sockets");
}
+
+ /* drop user priviliges and chroot if needed */
log_info("Start of %s.", PACKAGE_STRING);
26 January 2007: Wouter
- fixed memleak.
+ - make lint works on BSD and Linux (openssl defines).
25 January 2007: Wouter
- fixed lint so it may work on BSD.