Remove remaining LCC ifdefs.

This commit is contained in:
William McBrine
2017-12-09 13:40:06 -05:00
parent d25b66a06a
commit cbcbc94b5e
3 changed files with 3 additions and 5 deletions

View File

@@ -17,8 +17,7 @@
# endif
#endif
#if defined(__CYGWIN32__) || defined(__MINGW32__) || \
defined(__LCC__) || defined(__WATCOMC__)
#if defined(__CYGWIN32__) || defined(__MINGW32__) || defined(__WATCOMC__)
# ifndef HAVE_VSNPRINTF
# define HAVE_VSNPRINTF /* have vsnprintf() */
# endif

View File

@@ -1,5 +1,5 @@
# Common elements for most of the DOS, OS/2 and Win32
# makefiles (not Watcom or LCC)
# makefiles (not Watcom)
PDCURSES_CURSES_H = $(PDCURSES_SRCDIR)/curses.h
PDCURSES_CURSPRIV_H = $(PDCURSES_SRCDIR)/curspriv.h

View File

@@ -14,8 +14,7 @@
# define PDC_ATTR_SHIFT 8
#endif
#if (defined(__CYGWIN32__) || defined(__MINGW32__) || defined(__WATCOMC__) || defined(_MSC_VER)) && \
!defined(HAVE_INFOEX)
#if !defined(HAVE_INFOEX) && !defined(__DMC__)
# define HAVE_INFOEX
#endif