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:
John "Elwin" Edwards 2013-08-31 09:18:07 -07:00
parent 9d5cb81410
commit 47712fdf5d
7 changed files with 897 additions and 3 deletions

View file

@ -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) )