arogue5: port to autoconf.
'configure' and 'make install' now work. There may be problems with hard-to-test features like MAXLOAD.
This commit is contained in:
parent
9d5cb81410
commit
47712fdf5d
7 changed files with 897 additions and 3 deletions
|
|
@ -12,6 +12,10 @@
|
|||
* See the file LICENSE.TXT for full copyright and licensing information.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#define reg register /* register abbr. */
|
||||
#define NOOP(x) (x += 0)
|
||||
#define CCHAR(x) ( (char) (x & A_CHARTEXT) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue