aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 716162126..1869ce16e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -47,8 +47,13 @@
#define CURLseparator "--_curl_--"
+#ifdef NETWARE
#ifdef __NOVELL_LIBC__
#include <screen.h>
+#else
+#include <nwconio.h>
+#define mkdir mkdir_510
+#endif
#endif
#include "version.h"
@@ -731,7 +736,7 @@ static void help(void)
};
for(i=0; helptext[i]; i++) {
puts(helptext[i]);
-#ifdef __NOVELL_LIBC__
+#ifdef NETWARE
if (i && ((i % 23) == 0))
pressanykey();
#endif