X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fh-system.h;h=80d2c053ed45d97a6ab9acf4aaec6f4589574e60;hb=refs%2Fheads%2Fmaster;hp=f5eaacede0d6990eecea520ca9716ed7bd99325c;hpb=66e4f8b4ba1b962c463a8ee6d5a364b8638995cd;p=hengband%2Fhengband.git diff --git a/src/h-system.h b/src/h-system.h deleted file mode 100644 index f5eaacede..000000000 --- a/src/h-system.h +++ /dev/null @@ -1,105 +0,0 @@ -/*! - * @file h-system.h - * @brief 変愚蛮怒用システムヘッダーファイル / - * The most basic "include" file. This file simply includes other low level header files. - * @date 2014/08/16 - * @author - * 不明(変愚蛮怒スタッフ?) - * @details - * Include the basic "system" files. - * Make sure all "system" constants/macros are defined. - * Make sure all "system" functions have "extern" declarations. - * This file is a big hack to make other files less of a hack. - * This file has been rebuilt -- it may need a little more work. - * - * It is (very) unlikely that VMS will work without help, primarily - * because VMS does not use the "ASCII" character set. - */ - - -#ifndef INCLUDED_H_SYSTEM_H -#define INCLUDED_H_SYSTEM_H - - - -#include -#include -#include -#include -#include - - -#if defined(NeXT) -# include -#else -# include -#endif /* NeXT */ - - -#ifdef SET_UID - -# include - -# if defined(Pyramid) || defined(NeXT) || \ - defined(NCR3K) || defined(ibm032) || \ - defined(__osf__) || defined(ISC) || defined(SGI) || \ - defined(linux) -# include -# endif - -# if !defined(SGI) && !defined(ULTRIX) -# include -# endif - -#endif /* SET_UID */ - - -#include - - -#if defined(WINDOWS) -# include -#endif - -#if !defined(VM) -# if defined(__TURBOC__) || defined(__WATCOMC__) -# include -# else -# include -# endif -#endif - - -#if !defined(NeXT) && !defined(__MWERKS__) -# include -#endif - - -#ifdef SET_UID - -# ifndef USG -# include -# include -# endif /* !USG */ - -# ifdef linux -# include -# endif - -# include - -# include - -# include - -#endif /* SET_UID */ - -#ifdef __DJGPP__ -#include -#endif /* __DJGPP__ */ - -#include - -#include - -#endif /* INCLUDED_H_SYSTEM_H */