2 ** © Copyright 1996-97 Andreas R. Kleinert
3 ** All Rights Reserved.
5 ** Copyright © 1997-2003, The AROS Development Team. All rights reserved.
8 ** This file needs to be at the end of a compiled module. Most of the
9 ** time this is done automatically by the support tools for creating
12 ** This file is based on a file from the CLib37x.lha package of Andreas R.
13 ** Kleinert (of which a more recent version is available on aminet) and
14 ** adapted to fit in the AROS build framework.
16 ** To be able to compile modules with a license incompatible with the AROS
17 ** Public License users may relicense this file under any license of their
21 #include <libcore/compiler.h>
23 /* If the file with the #defines for this library is not "libdefs.h",
24 then you can redefine it. */
25 #ifndef LC_LIBDEFS_FILE
26 # define LC_LIBDEFS_FILE "libdefs.h"
29 /* Include the file with the #defines for this library */
30 #include LC_LIBDEFS_FILE
32 const int LIBEND TEXT_SECTION
= 1; /* The end of the library */