Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-08-24 19:26:02 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-08-24 19:26:02 +0400
commitacb7c5943851459313ff172ac6223771cf20f479 (patch)
treeb75e01d5a3c1da4528d1bd3d65a8b3cc452c614e /support
parente9740664654ce7403c66bbfe6526e2acc8437ee7 (diff)
fix packaging
svn path=/trunk/mono/; revision=140515
Diffstat (limited to 'support')
-rw-r--r--support/zconf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/support/zconf.h b/support/zconf.h
index 0a9f5a4cd9b..762e6f48426 100644
--- a/support/zconf.h
+++ b/support/zconf.h
@@ -351,7 +351,10 @@ typedef uLong FAR uLongf;
typedef Byte *voidp;
#endif
-#include "zlibdefs.h" /* created by configure */
+/* not needed
+ * This is created by zlib's configure script to define off_t
+#include "zlibdefs.h"
+*/
#ifndef SEEK_SET
# define SEEK_SET 0 /* Seek from beginning of file. */