diff options
Diffstat (limited to 'configh.dos.template')
-rw-r--r-- | configh.dos.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configh.dos.template b/configh.dos.template index 3ff5de3..0faab42 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -47,3 +47,6 @@ /* Define if you have the vprintf library function. */
#undef HAVE_VPRINTF
#define HAVE_VPRINTF 1
+
+/* Build host information. */
+#define MAKE_HOST "DOS (DJGPP)"
|