X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Foidtoc.tcl;h=fd35d0f9d602f37ac4e8d55dce8d67487519ae58;hp=87443e16253a69c01136072553f66627e99aaa75;hb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35;hpb=fc9ef9d18c52b651a6994b34d1a6c37640dfaef2 diff --git a/src/oidtoc.tcl b/src/oidtoc.tcl index 87443e1..fd35d0f 100644 --- a/src/oidtoc.tcl +++ b/src/oidtoc.tcl @@ -2,7 +2,6 @@ # Copyright (c) Index Data 2006-2007 # See the file LICENSE for details. # -# $Id: oidtoc.tcl,v 1.8 2007-05-31 12:14:02 adam Exp $ # # Converts a CSV file with Object identifiers to C @@ -110,6 +109,10 @@ proc oid_to_c {srcdir input cname hname} { puts $hfile "\#ifndef OID_STD_H" puts $hfile "\#define OID_STD_H" + puts $cfile "\#if HAVE_CONFIG_H" + puts $cfile "\#include " + puts $cfile "\#endif" + puts $cfile "\#include " puts $cfile "" # To avoid LNK4049