No-op change. Remove #if NVT > 0 in files that are 'optional vt' and

therefore can never be compiled if NVT == 0. config(8) guarantees this.
This commit is contained in:
Peter Wemm 2000-06-10 11:03:31 +00:00
parent 18a5d2dfdf
commit 2c2bb10f49
6 changed files with 0 additions and 34 deletions

View File

@ -54,9 +54,6 @@
*
*---------------------------------------------------------------------------*/
#include "vt.h"
#if NVT > 0
#define MAIN
#include <i386/isa/pcvt/pcvt_hdr.h>
#undef MAIN
@ -833,6 +830,4 @@ vgapelinit(void)
NVGAPEL * sizeof(struct rgb));
}
#endif /* NVT > 0 */
/*-------------------------- E O F -------------------------------------*/

View File

@ -48,9 +48,6 @@
*
*---------------------------------------------------------------------------*/
#include "vt.h"
#if NVT > 0
#include <i386/isa/pcvt/pcvt_hdr.h> /* global include */
#define ISSIGVALID(sig) ((sig) > 0 && (sig) < NSIG)
@ -2715,7 +2712,4 @@ usl_vt_ioctl(dev_t dev, int cmd, caddr_t data, int flag, struct proc *p)
}
#endif /* XSERVER */
#endif /* NVT > 0 */
/* ------------------------- E O F ------------------------------------------*/

View File

@ -51,11 +51,8 @@
*
*---------------------------------------------------------------------------*/
#include "vt.h"
#include "opt_ddb.h"
#if NVT > 0
#include <i386/isa/pcvt/pcvt_hdr.h> /* global include */
#define LEDSTATE_UPDATE_PENDING (1 << 3)
@ -2529,8 +2526,5 @@ scrollback_restore_screen(void)
if (scrollback_savedscreen)
bcopy(scrollback_savedscreen, vsp->Crtat, scrnsv_size);
}
#endif /* NVT > 0 */
/* ------------------------------- EOF -------------------------------------*/

View File

@ -48,9 +48,6 @@
*
*---------------------------------------------------------------------------*/
#include "vt.h"
#if NVT > 0
#define PCVT_INCLUDE_VT_SELATTR /* get inline function from pcvt_hdr.h */
#include <i386/isa/pcvt/pcvt_hdr.h> /* global include */
@ -2220,7 +2217,4 @@ hp_entry(int ch, struct video_state *svsp)
}
}
#endif /* NVT > 0 */
/* ------------------------- E O F ------------------------------------------*/

View File

@ -50,9 +50,6 @@
*
*---------------------------------------------------------------------------*/
#include "vt.h"
#if NVT > 0
#include <i386/isa/pcvt/pcvt_hdr.h> /* global include */
#include <sys/resource.h>
@ -2060,6 +2057,4 @@ mda2egaorvga(void)
outb(GDC_DATA, 0x0a);
}
#endif /* NVT > 0 */
/* ------------------------- E O F ------------------------------------------*/

View File

@ -48,9 +48,6 @@
*
*---------------------------------------------------------------------------*/
#include "vt.h"
#if NVT > 0
#define PCVT_INCLUDE_VT_SELATTR /* get inline function from pcvt_hdr.h */
#include <i386/isa/pcvt/pcvt_hdr.h> /* global include */
@ -2155,7 +2152,4 @@ selective_erase(struct video_state *svsp, u_short *pcrtat, int length)
}
}
#endif /* NVT > 0 */
/* ------------------------- E O F ------------------------------------------*/