summaryrefslogtreecommitdiff
path: root/src/os_os2_cfg.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-06-22 17:47:10 +0000
committerBram Moolenaar <Bram@vim.org>2006-06-22 17:47:10 +0000
commit654b5b5572dd3d48deb2bd16db2bc5f676f62f68 (patch)
treea6025613293ea659b7bcd055774b2428afb78d22 /src/os_os2_cfg.h
parent35c9291be7653367db4799e2367647258c554705 (diff)
downloadvim-git-654b5b5572dd3d48deb2bd16db2bc5f676f62f68.tar.gz
updated for version 7.0-028v7.0.028
Diffstat (limited to 'src/os_os2_cfg.h')
-rw-r--r--src/os_os2_cfg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os_os2_cfg.h b/src/os_os2_cfg.h
index ce3b4bbde..62527a9f6 100644
--- a/src/os_os2_cfg.h
+++ b/src/os_os2_cfg.h
@@ -183,6 +183,9 @@
/* Define if you have the ANSI C header files. */
/* #undef STDC_HEADERS */
+/* added by David Sanders */
+#define HAVE_STDARG_H 1
+
/* instead, we check a few STDC things ourselves */
#define HAVE_STDLIB_H 1
#undef HAVE_STRING_H /* On EMX it is better to use strings.h */