From ae21c275a81e4dc5a1ce2f9a9be1224ab0c169bc Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 1 Aug 2012 08:00:49 -0700 Subject: [PATCH] * configure.ac (DOS_NT, MSDOS): New system type templates. --- ChangeLog | 4 ++++ configure.ac | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b3d94b5df10..df38ec4e421 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-08-01 Glenn Morris + + * configure.ac (DOS_NT, MSDOS): New system type templates. + 2012-08-01 Ulrich Müller * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]: diff --git a/configure.ac b/configure.ac index 25003c2bdc1..24a0bae56b8 100644 --- a/configure.ac +++ b/configure.ac @@ -3730,6 +3730,8 @@ dnl Define symbols to identify the version of Unix this is. dnl Define all the symbols that apply correctly. AH_TEMPLATE(BSD4_2, [Define if the system is compatible with BSD 4.2.]) AH_TEMPLATE(BSD_SYSTEM, [Define if the system is compatible with BSD 4.2.]) +AH_TEMPLATE(DOS_NT, [Define if the system is MS DOS or MS Windows.]) +AH_TEMPLATE(MSDOS, [Define if the system is MS DOS.]) AH_TEMPLATE(USG, [Define if the system is compatible with System III.]) AH_TEMPLATE(USG5, [Define if the system is compatible with System V.]) AH_TEMPLATE(USG5_4, [Define if the system is compatible with System V Release 4.]) -- 2.39.2