config.h

来自「上一个上传的有问题,这个是好的。visopsys包括系统内核和GUI的全部SOU」· C头文件 代码 · 共 67 行

H
67
字号
// //  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 + =
减小字号Ctrl + -
显示快捷键?