config: fix build with external compiler by passing the sysroot where needed
[AROS.git] / arch / .unmaintained / morphos / Include / libcore / libtail.c
blobbef122f837e889ed3c2e69cd33c150a9c064de4c
1 /*
2 ** $VER: libtail.c 37.15 (14.8.97)
3 **
4 ** This file must be compiled and must be passed as the last
5 ** object to link to the linker.
6 **
7 ** (C) Copyright 1996-97 Andreas R. Kleinert
8 ** All Rights Reserved.
9 */
11 /* If the file with the #defines for this library is not "libdefs.h",
12 then you can redefine it. */
13 #ifndef LIBDEFS_FILE
14 # define LIBDEFS_FILE "libdefs.h"
15 #endif
17 /* Include the file with the #defines for this library */
18 #include LIBDEFS_FILE
20 const int LIBEND = 1; /* The end of the library */