libextractor is a simple library for keyword extraction. libextractor does not support all formats but supports a simple plugging mechanism such that you can quickly add extractors for additional formats, even without recompiling libextractor. libextractor typically ships with a dozen helper-libraries that can be used to obtain keywords from common file-types.
14 lines
326 B
Text
14 lines
326 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/11/05 18:22:29 tv Exp $
|
|
|
|
--- src/plugins/oo/ioapi.h.orig 2004-11-05 12:45:15.000000000 -0500
|
|
+++ src/plugins/oo/ioapi.h
|
|
@@ -9,6 +9,9 @@
|
|
#ifndef _ZLIBIOAPI_H
|
|
#define _ZLIBIOAPI_H
|
|
|
|
+#ifndef OF
|
|
+#define OF(x) x
|
|
+#endif
|
|
|
|
#define ZLIB_FILEFUNC_SEEK_CUR (1)
|
|
#define ZLIB_FILEFUNC_SEEK_END (2)
|