complete largefile support

This commit is contained in:
Josh Coalson
2006-05-24 04:41:36 +00:00
parent 6977bda10c
commit b1ec796bda
110 changed files with 878 additions and 413 deletions

View File

@@ -32,6 +32,10 @@
/*@@@@@@*/
#undef WINDOW_DEBUG_OUTPUT
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include <limits.h>
#include <stdio.h>
#include <stdlib.h> /* for malloc() */
@@ -51,10 +55,6 @@
#include "private/stream_encoder_framing.h"
#include "private/window.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef min
#undef min
#endif