/* * port_before.h * * Should be the first header file included. Could eventually contain * the HAVE_* defines to clean up the command line if necessary (maybe * useful to clean up the Common.tmpl.dist file). Maybe useful for * other weird situations. Inspired by the bind distribution. */ #ifdef __PORT_BEFORE_H__ #define __PORT_BEFORE_H__ #endif