pike.git
/
src
/
modules
/
SANE
/
sane.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/SANE/sane.c:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: sane.c,v 1.
24
2005/11/16
13
:
48
:
39
grubba Exp $
+
|| $Id: sane.c,v 1.
25
2005/11/16
16
:
21
:
09
grubba Exp $
*/ #include "config.h" #if (defined(HAVE_SANE_SANE_H) || defined(HAVE_SANE_H)) && defined(HAVE_LIBSANE) #ifdef HAVE_SANE_SANE_H #include <sane/sane.h> #elif defined(HAVE_SANE_H) #include <sane.h> #endif
pike.git/src/modules/SANE/sane.c:818:
PIKE_MODULE_EXIT { if( sane_is_inited ) sane_exit(); if( image_program ) free_program( image_program ); } #else
-
#include "
cpp
.h"
+
#include "
program
.h"
#include "module.h" #include "module_support.h" PIKE_MODULE_INIT { if(!TEST_COMPAT(7,6)) HIDE_MODULE(); } PIKE_MODULE_EXIT {} #endif