X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fwrbuf.c;h=d6d44a1b638212b975d633c8803eea86f948af32;hb=3d18b35078096b9fd1feb8e2d6fd7e9e48755ad5;hp=5f845650332b8bb79863deb2e5f6fcb93a9ea59a;hpb=83b2f733ce31f24ea6bbe014907552e58826a9dd;p=yaz-moved-to-github.git diff --git a/util/wrbuf.c b/util/wrbuf.c index 5f84565..d6d44a1 100644 --- a/util/wrbuf.c +++ b/util/wrbuf.c @@ -1,10 +1,16 @@ /* - * Copyright (c) 1995-1999, Index Data. + * Copyright (c) 1995-2000, Index Data. * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: wrbuf.c,v $ - * Revision 1.7 1999-11-03 09:05:56 adam + * Revision 1.9 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.8 1999/11/30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.7 1999/11/03 09:05:56 adam * Implemented wrbuf_puts. * * Revision 1.6 1999/10/28 11:36:40 adam @@ -32,10 +38,14 @@ * Growing buffer for writing various stuff. */ +#if HAVE_CONFIG_H +#include +#endif + #include #include -#include +#include WRBUF wrbuf_alloc(void) {