Initial import from FreeBSD RELENG_4:
[games.git] / gnu / usr.bin / as / config / te-generic.h
1 /*
2  * This file is te-generic.h and is intended to be a template for
3  * target environment specific header files.
4  *
5  * It is my intent that this file will evolve into a file suitable for config,
6  * compile, and copying as an aid for testing and porting.  xoxorich.
7  */
8 /*
9  * $FreeBSD: src/gnu/usr.bin/as/config/te-generic.h,v 1.4 1999/08/27 23:34:31 peter Exp $
10  */
11
12
13 #define TE_GENERIC 1
14
15 /* these define interfaces */
16 #include "obj-format.h"
17
18 /*
19  * Local Variables:
20  * comment-column: 0
21  * fill-column: 131
22  * End:
23  */
24
25 /* end of te-generic.h */