Used #include "../include/sane/config.h".

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-05-31 17:36:39 +00:00
rodzic 021a47f2e1
commit a0b9f501f8
13 zmienionych plików z 13 dodań i 13 usunięć

Wyświetl plik

@ -22,7 +22,7 @@
your main control loop, etc. to force garbage collection. */
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "../include/sane/config.h"
#endif
#ifndef HAVE_ALLOCA

Wyświetl plik

@ -1,4 +1,4 @@
#include "config.h"
#include "../include/sane/config.h"
#ifndef HAVE_GETENV

Wyświetl plik

@ -27,7 +27,7 @@
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "../include/sane/config.h"
#endif
#if !defined (__STDC__) || !__STDC__

Wyświetl plik

@ -17,7 +17,7 @@
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "../include/sane/config.h"
#endif
#include "getopt.h"

Wyświetl plik

@ -1,4 +1,4 @@
#include "config.h"
#include "../include/sane/config.h"
#ifndef HAVE_ISFDTYPE

Wyświetl plik

@ -21,7 +21,7 @@
/* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. */
#ifdef HAVE_CONFIG_H
# include <config.h>
# include "../include/sane/config.h"
#endif
#include <sys/types.h>

Wyświetl plik

@ -16,7 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "../include/sane/config.h"
#include <errno.h>

Wyświetl plik

@ -1,4 +1,4 @@
#include "config.h"
#include "../include/sane/config.h"
#ifndef HAVE_SNPRINTF

Wyświetl plik

@ -16,7 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "../include/sane/config.h"
#include <stdlib.h>
#include <string.h>

Wyświetl plik

@ -16,7 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "../include/sane/config.h"
#ifndef HAVE_STRNDUP

Wyświetl plik

@ -16,7 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
#include "../include/sane/config.h"
#include <string.h>

Wyświetl plik

@ -16,7 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */
#include "config.h"
#include "../include/sane/config.h"
#ifndef HAVE_USLEEP

Wyświetl plik

@ -1,4 +1,4 @@
#include "config.h"
#include "../include/sane/config.h"
#include "stdio.h"
#include <syslog.h>