conf.h
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C头文件 代码 · 共 32 行
H
32 行
/*** CONF.H -- definitions of compilation flags needed everywhere.**** This, together with conf.c, should be all the configuration** information needed. This stuff could be in a makefile, but** we prefer to keep this file very small because it is different** on a number of machines.**** @(#)conf.h 4.1 7/25/83*/# define DEBUG /* turn on debugging information *//* # define NEWFTP /* use new ftp reply codes *//* # define NOTUNIX /* don't use Unix-style mail headers */# ifdef INGRES# define LOG /* turn on logging */ /* this flag requires -lsys in makefile */# endif INGRES# ifdef VAX# define VFORK /* use the vfork syscall */# endif VAX# ifndef V6# define DBM /* use the dbm library */ /* this flag requires -ldbm in makefile */# endif V6
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?