mirror of
https://github.com/pret/agbcc.git
synced 2026-04-25 07:19:40 -05:00
13 lines
193 B
C
13 lines
193 B
C
#include "auto-host.h"
|
|
#include "gansidecl.h"
|
|
#include "i386/xm-i386.h"
|
|
#ifndef HAVE_ATEXIT
|
|
#define HAVE_ATEXIT
|
|
#endif
|
|
#ifndef POSIX
|
|
#define POSIX
|
|
#endif
|
|
#ifndef BSTRING
|
|
#define BSTRING
|
|
#endif
|