chimera2/port/port_before.h

14 lines
360 B
C
Raw Permalink Normal View History

2021-04-19 10:47:21 +00:00
/*
* 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