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

📄 readconfig.h

📁 zlib压缩原码
💻 H
字号:
/* * readconfig.h * * Copyright (C) 1993 Alain Knaff *//* pipe handling */#define USE_TEMP_FILE 1 /* use a temp file to store uncompressed file */#define USE_PIPE      2 /* uncompress file to a pipe, but don't show it as a 			 * pipe to stat */#define SHOW_PIPE     3 /* uncompress file to a pipe, and show it as pipe to 			 * stat */#define DISABLE_ZLIB  4 /* don't use zlib at all *//* readdir handling */#define READDIR_COMPR   1 /* readdir shows files with their real name */#define READDIR_UNCOMPR 2 /* readdir strips of trailing .z's */extern int readdir_mode;/* disable package for certain commands */#define USE_ZLIB      1 /* use package */#define DONT_USE_ZLIB

⌨️ 快捷键说明

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