]> sjero.net Git - wget/blobdiff - windows/config.h.bor
[svn] Migrated Borland compiler support to the free C++Builder compiler.
[wget] / windows / config.h.bor
index 44491a9d0a8e7ffa2c964e36c92c7fe6079a5fcd..be6db5a5a2f04def9f3a3023c4f852b930c85d7c 100644 (file)
 #ifndef CONFIG_H
 #define CONFIG_H
 
+#define HAVE_MEMMOVE
+#define ftruncate chsize
+#define inline __inline
+
 /* Define if you have the <alloca.h> header file.  */
 #undef HAVE_ALLOCA_H
 
@@ -33,7 +37,7 @@
  #pragma alloca
 #  else
 #   ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
+#    include <malloc.h>
 #   endif
 #  endif
 # endif
@@ -177,7 +181,7 @@ char *alloca ();
 #define HAVE_BUILTIN_MD5 1
 
 /* Define if you have the isatty function.  */
-#undef HAVE_ISATTY
+#define HAVE_ISATTY
 
 
 #endif /* CONFIG_H */