From 4fbb2c2d9b313be26f55fd5b0590b8fbb8b92234 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Mon, 31 Dec 2018 11:43:31 -0500 Subject: [PATCH] I'm 99% sure that no one uses these, and 100% that no one should. --- curses.h | 6 ------ man/MANUAL.md | 3 --- 2 files changed, 9 deletions(-) diff --git a/curses.h b/curses.h index 62e84cd4..f71f9a1a 100644 --- a/curses.h +++ b/curses.h @@ -23,17 +23,11 @@ Defined by this header: PDC_BUILD Defines API build version. PDCURSES Enables access to PDCurses-only routines. - XOPEN Always true. - SYSVcurses True if you are compiling for SYSV portability. - BSDcurses True if you are compiling for BSD portability. **man-end****************************************************************/ #define PDC_BUILD 3601 #define PDCURSES 1 /* PDCurses-only routines */ -#define XOPEN 1 /* X/Open Curses routines */ -#define SYSVcurses 1 /* System V Curses routines */ -#define BSDcurses 1 /* BSD Curses routines */ #define CHTYPE_LONG 1 /* size of chtype; long */ #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L diff --git a/man/MANUAL.md b/man/MANUAL.md index 58f61bc6..dd5648ab 100644 --- a/man/MANUAL.md +++ b/man/MANUAL.md @@ -15,9 +15,6 @@ Defined by this header: PDC_BUILD Defines API build version. PDCURSES Enables access to PDCurses-only routines. - XOPEN Always true. - SYSVcurses True if you are compiling for SYSV portability. - BSDcurses True if you are compiling for BSD portability.