]> 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 736f4fe3cf3705e474213a714e1837fe338fc374..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
@@ -167,4 +171,17 @@ char *alloca ();
 /* Define to 1 if ANSI function prototypes are usable.  */
 #define PROTOTYPES 1
 
+/* Define if we're compiling in support for MD5.  */
+#define HAVE_MD5 1
+
+/* Define if we're using Solaris libmd5.  */
+#undef HAVE_SOLARIS_MD5
+
+/* Define if we're using builtin (GNU) md5.c.  */
+#define HAVE_BUILTIN_MD5 1
+
+/* Define if you have the isatty function.  */
+#define HAVE_ISATTY
+
+
 #endif /* CONFIG_H */