]> code.delx.au - gnu-emacs/commitdiff
* configure.ac (DOS_NT, MSDOS): New system type templates.
authorGlenn Morris <rgm@gnu.org>
Wed, 1 Aug 2012 15:00:49 +0000 (08:00 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 1 Aug 2012 15:00:49 +0000 (08:00 -0700)
ChangeLog
configure.ac

index b3d94b5df1007232c82431ecfb0152419f9a2876..df38ec4e421052bb8668f7921c138e1264fe7240 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-01  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (DOS_NT, MSDOS): New system type templates.
+
 2012-08-01  Ulrich Müller  <ulm@gentoo.org>
 
        * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
index 25003c2bdc1edccb049faaab4f9dd497bf48eee0..24a0bae56b8423ab15ae3130a564071bb870d889 100644 (file)
@@ -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.])