OSSP CVS Repository

ossp - Difference in ossp-pkg/sio/sio_zlib.c versions 1.5 and 1.6
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/sio/sio_zlib.c 1.5 -> 1.6

--- sio_zlib.c   2003/01/06 19:04:56     1.5
+++ sio_zlib.c   2003/01/20 15:34:13     1.6
@@ -28,6 +28,12 @@
 **  sio_zlib.c: zlib compression stage
 */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#if ENABLE_ZLIB
+
 #include <stddef.h>
 #include <stdlib.h>
 #include <string.h>
@@ -364,3 +370,4 @@
     NULL
 };
 
+#endif /* ENABLE_ZLIB */

CVSTrac 2.0.1