change "z3950.loc.gov:7090" in documentation YPP-20
[yazpp-moved-to-github.git] / zoom / zrec.cpp
index f43662e..dc71a39 100644 (file)
@@ -1,7 +1,8 @@
-// $Header: /home/cvsroot/yaz++/zoom/zrec.cpp,v 1.8 2005-06-25 15:53:21 adam Exp $
-
 // Z39.50 Record class
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "zoom.h"
 #include <yaz/yaz-util.h>       // for yaz_matchstr()
 
@@ -97,6 +98,7 @@ namespace ZOOM {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab