summaryrefslogtreecommitdiff
path: root/config.h-vms.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-21 17:37:59 -0400
committerPaul Smith <psmith@gnu.org>2013-09-21 17:37:59 -0400
commit9c5c47678054a9ac9649b5804d98048eb9d7cc4e (patch)
tree8e22c54c2772d214116a761a5bebd37ff721b101 /config.h-vms.template
parentecd4942fd48b12ba667440a6605fe3436b74bf46 (diff)
downloadmake-9c5c47678054a9ac9649b5804d98048eb9d7cc4e.tar.gz
Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNC
Diffstat (limited to 'config.h-vms.template')
-rw-r--r--config.h-vms.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h-vms.template b/config.h-vms.template
index 7b180cc5..3b4bd3b5 100644
--- a/config.h-vms.template
+++ b/config.h-vms.template
@@ -411,5 +411,8 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#define alloca(n) __ALLOCA(n)
#endif
+/* Output sync sypport */
+#define NO_OUTPUT_SYNC
+
/* Build host information. */
#define MAKE_HOST "VMS"