From 27d33d26d41abd0ca745c314c995fc47a4eece50 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sun, 2 Jun 2002 19:01:11 +0000 Subject: [PATCH] Removed entries about config.h.in macros and disabling local backends. Henning Meier-Geinitz --- TODO | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index ac87938bd..ac590686d 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -TODO (2002-05-09) +TODO (2002-06-02) ******** todo ******** @@ -66,7 +66,7 @@ backends * net: add IPv6 support. - * Fix warnings about DBG calls: + * Fix warnings about DBG calls (try gcc 3.x to get these warnings): - umax1220u * bh: Suspicious loop ("../../backend/bh.c", line 1923: warning: @@ -158,12 +158,6 @@ misc * sane-config: add options "--exec-prefix=...." and "--prefix=..." compareable to gtk-config - * Check include/sane/config.h.in for unnecessary macros. - - * Add configure option to enable only the net backend for users without - local scanners. Install only sane-dll/sane-net (or even only sane-net). - Maybe something like --network-client-only or --disable-local-devices. - * Make output of sane-find-scanner more flexible. See scanimage -f for details. @@ -171,6 +165,7 @@ misc if they are used in backends, their SANE exception will be void. * Can we link external libraries only to backends that need them? + See http://fz.eryx.net/sane/#configure. * Add support to sane-find-scanner to check whole directories for device files. @@ -180,6 +175,10 @@ misc ******** done ******** +* Add configure option to enable only the net backend for users without + local scanners. Install only sane-dll/sane-net (or even only sane-net). + Maybe something like --network-client-only or --disable-local-devices. +* Check include/sane/config.h.in for unnecessary macros. * scanimage: Fix pnm 16 bit output (partly patch available). * Make all symbols that don't start with sane_ or sanei_ static (see make libcheck):