Release 1.6.4
[yazpp-moved-to-github.git] / zoom / zrs.cpp
index b33e27c..1d2e4d9 100644 (file)
@@ -1,7 +1,8 @@
-// $Header: /home/cvsroot/yaz++/zoom/zrs.cpp,v 1.7 2005-06-25 15:53:21 adam Exp $
-
 // Z39.50 Result Set class
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "zoom.h"
 
 
@@ -39,6 +40,7 @@ namespace ZOOM {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab