mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 07:15:05 +00:00
I'm 99% sure that no one uses these, and 100% that no one should.
This commit is contained in:
6
curses.h
6
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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user