X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Foidtoc.tcl;h=d3bf166905daf2dad65ce831837edc8dfaf81ab8;hp=314a0d93017d32216f7881be107390e5ba32377a;hb=9afc8581574131c6d3ecea36c85740c07714318c;hpb=d940392c53c32ccf76fb287cc5b997b9e921a431 diff --git a/src/oidtoc.tcl b/src/oidtoc.tcl index 314a0d9..d3bf166 100644 --- a/src/oidtoc.tcl +++ b/src/oidtoc.tcl @@ -1,5 +1,5 @@ # This file is part of the YAZ toolkit -# Copyright (c) Index Data 2006-2007 +# Copyright (c) Index Data 2006-2013 # See the file LICENSE for details. # # @@ -109,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