/* ACC -- Automatic Compiler Configuration Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. This software is a copyrighted work licensed under the terms of the GNU General Public License. Please consult the file "ACC_LICENSE" for details. Markus F.X.J. Oberhumer http://www.oberhumer.com/ */ #ifndef __ACC_INCE_H_INCLUDED #define __ACC_INCE_H_INCLUDED 1 /* extra system includes */ #if defined(HAVE_STDARG_H) # include #endif #if defined(HAVE_CTYPE_H) # include #endif #if defined(HAVE_ERRNO_H) # include #endif #if defined(HAVE_MALLOC_H) # include #endif #if defined(HAVE_ALLOCA_H) # include #endif #if defined(HAVE_FCNTL_H) # include #endif #if defined(HAVE_DIRENT_H) # include #endif #if defined(HAVE_SETJMP_H) # include #endif #if defined(HAVE_SIGNAL_H) # include #endif #if defined(TIME_WITH_SYS_TIME) # include # include #elif defined(HAVE_TIME_H) # include #endif #if defined(HAVE_UTIME_H) # include #elif defined(HAVE_SYS_UTIME_H) # include #endif /* DOS, OS/2 & Windows */ #if defined(HAVE_IO_H) # include #endif #if defined(HAVE_DOS_H) # include #endif #if defined(HAVE_DIRECT_H) # include #endif #if defined(HAVE_SHARE_H) # include #endif #if defined(ACC_CC_NDPC) # include #endif /* TOS */ #if defined(__TOS__) && (defined(__PUREC__) || defined(__TURBOC__)) # include #endif #endif /* already included */ /* vi:ts=4:et */