Examples using Bib-1 use attributes
[idzebra-moved-to-github.git] / index / stream.c
index b29dc33..585b3b2 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1994-2009 Index Data
+   Copyright (C) Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -17,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 */
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <stdio.h>
 #include <assert.h>
 
@@ -142,7 +145,7 @@ void zebra_create_stream_fd(struct ZebraRecStream *stream,
     fc->fd = fd;
     fc->record_offset = start_offset;
     fc->offset_end = 0;
-    
+
     stream->fh = fc;
     stream->readf = zebra_ext_read;
     stream->seekf = zebra_ext_seek;