⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h

📁 上一个上传的有问题,这个是好的。visopsys包括系统内核和GUI的全部SOURCE code ,还包括一些基本的docs文档。里面src子目录对应所有SOURCE code.对于想研究操作系统的朋
💻 H
字号:
// //  Visopsys//  Copyright (C) 1998-2007 J. Andrew McLaughlin//  //  This library is free software; you can redistribute it and/or modify it//  under the terms of the GNU Lesser General Public License as published by//  the Free Software Foundation; either version 2.1 of the License, or (at//  your option) any later version.////  This library is distributed in the hope that it will be useful, but//  WITHOUT ANY WARRANTY; without even the implied warranty of//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser//  General Public License for more details.////  You should have received a copy of the GNU Lesser General Public License//  along with this library; if not, write to the Free Software Foundation,//  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.////  config.h//#define __VISOPSYS__#define HAVE_BASENAME               1#define HAVE_CTYPE_H                1#define HAVE_ENDIAN_H               1#define HAVE_ERRNO_H                1#define HAVE_FCNTL_H                1#define HAVE_FEATURES_H             1#define HAVE_LIBGEN_H               1#define HAVE_LIMITS_H               1#define HAVE_LOCALE_H               1#define HAVE_MEMMOVE                1#define HAVE_MEMSET                 1#define HAVE_REALPATH               1#define HAVE_SETLOCALE              1#define HAVE_STDARG_H               1#define HAVE_STDDEF_H               1#define HAVE_STDINT_H               1#define HAVE_STDIO_H                1#define HAVE_STDLIB_H               1#define HAVE_STRCASECMP             1#define HAVE_STRCHR                 1#define HAVE_STRDUP                 1#define HAVE_STRERROR               1#define HAVE_STRING_H               1#define HAVE_STRNLEN                1#define HAVE_STRUCT_STAT_ST_BLOCKS  1#define HAVE_STRUCT_STAT_ST_RDEV    1#define HAVE_SYS_STAT_H             1#define HAVE_SYS_TYPES_H            1#define HAVE_TIME_H                 1#define HAVE_UNISTD_H               1#define HAVE_VPRINTF                1#define HAVE_WCHAR_H                1#define PACKAGE                     "ntfsprogs"#define PACKAGE_BUGREPORT           "linux-ntfs-dev@lists.sourceforge.net"#define PACKAGE_NAME                PACKAGE#define PACKAGE_VERSION             "1.13.1"#define PACKAGE_STRING              PACKAGE_NAME " " PACKAGE_VERSION#define PACKAGE_TARNAME             PACKAGE_NAME#define STDC_HEADERS                1#define VERSION                     PACKAGE_VERSION#define WORDS_LITTLEENDIAN          1#define _FILE_OFFSET_BITS           32

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -