X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e417405015c93c81641f5c4a33ec898b5c353772..5a9de6d0185ed5302c383769c428d92279717d55:/msdos/sed2v2.inp diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index 31687bf008..39fb5267db 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp @@ -2,8 +2,8 @@ # Configuration script for src/config.h under DJGPP v2.x # ---------------------------------------------------------------------- # -# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002 -# Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, +# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # @@ -51,6 +51,7 @@ /^#undef HAVE_RINDEX *$/s/^.*$/#define HAVE_RINDEX 1/ /^#undef HAVE_MKSTEMP *$/s/^.*$/#define HAVE_MKSTEMP 1/ /^#undef HAVE_STRUCT_TM_TM_ZONE *$/s/^.*$/#define HAVE_STRUCT_TM_TM_ZONE 1/ +/^#undef HAVE_SYNC *$/s/^.*$/#define HAVE_SYNC 1/ /^#undef PACKAGE_BUGREPORT/s/^.*$/#define PACKAGE_BUGREPORT ""/ /^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/ /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/