I'm 99% sure that no one uses these, and 100% that no one should.

This commit is contained in:
William McBrine
2018-12-31 11:43:31 -05:00
parent b7846ecb15
commit 4fbb2c2d9b
2 changed files with 0 additions and 9 deletions

View File

@@ -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

View File

@@ -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.