config.h | config.h | |||
---|---|---|---|---|
/* include/sane/config.h. Generated automatically by configure. */ | /* include/sane/config.h. Generated automatically by configure. */ | |||
#ifndef SANE_CONFIG_H | ||||
#define SANE_CONFIG_H | ||||
/* Define if on AIX 3. | /* Define if on AIX 3. | |||
System headers sometimes define this. | System headers sometimes define this. | |||
We just want to avoid a redefinition error message. */ | We just want to avoid a redefinition error message. */ | |||
#ifndef _ALL_SOURCE | #ifndef _ALL_SOURCE | |||
/* #undef _ALL_SOURCE */ | /* #undef _ALL_SOURCE */ | |||
#endif | #endif | |||
/* Define if using alloca.c. */ | /* Define if using alloca.c. */ | |||
/* #undef C_ALLOCA */ | /* #undef C_ALLOCA */ | |||
skipping to change at line 29 | skipping to change at line 32 | |||
/* Define if you have alloca, as a function or macro. */ | /* Define if you have alloca, as a function or macro. */ | |||
#define HAVE_ALLOCA 1 | #define HAVE_ALLOCA 1 | |||
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */ | /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ | |||
#define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA_H 1 | |||
/* Define if you have a working `mmap' system call. */ | /* Define if you have a working `mmap' system call. */ | |||
#define HAVE_MMAP 1 | #define HAVE_MMAP 1 | |||
/* Define as __inline if that's what the C compiler calls it. */ | /* Define as __inline if that's what the C compiler calls it. */ | |||
#define inline __inline__ | /* #undef inline */ | |||
/* Define if on MINIX. */ | /* Define if on MINIX. */ | |||
/* #undef _MINIX */ | /* #undef _MINIX */ | |||
/* Define to `long' if <sys/types.h> doesn't define. */ | /* Define to `long' if <sys/types.h> doesn't define. */ | |||
/* #undef off_t */ | /* #undef off_t */ | |||
/* Define if the system does not provide POSIX.1 features except | /* Define if the system does not provide POSIX.1 features except | |||
with this defined. */ | with this defined. */ | |||
/* #undef _POSIX_1_SOURCE */ | /* #undef _POSIX_1_SOURCE */ | |||
skipping to change at line 90 | skipping to change at line 93 | |||
/* Define if your locale.h file contains LC_MESSAGES. */ | /* Define if your locale.h file contains LC_MESSAGES. */ | |||
/* #undef HAVE_LC_MESSAGES */ | /* #undef HAVE_LC_MESSAGES */ | |||
/* Define to 1 if you have the stpcpy function. */ | /* Define to 1 if you have the stpcpy function. */ | |||
/* #undef HAVE_STPCPY */ | /* #undef HAVE_STPCPY */ | |||
/* Define to the name of the distribution. */ | /* Define to the name of the distribution. */ | |||
#define PACKAGE "sane" | #define PACKAGE "sane" | |||
/* The concatenation of the strings PACKAGE, "-", and VERSION. */ | /* The concatenation of the strings PACKAGE, "-", and VERSION. */ | |||
#define PACKAGE_VERSION "sane-0.67" | #define PACKAGE_VERSION "sane-0.68" | |||
/* Define to the version of the distribution. */ | /* Define to the version of the distribution. */ | |||
#define VERSION "0.67" | #define VERSION "0.68" | |||
/* Define if you have the __argz_count function. */ | /* Define if you have the __argz_count function. */ | |||
/* #undef HAVE___ARGZ_COUNT */ | /* #undef HAVE___ARGZ_COUNT */ | |||
/* Define if you have the __argz_next function. */ | /* Define if you have the __argz_next function. */ | |||
/* #undef HAVE___ARGZ_NEXT */ | /* #undef HAVE___ARGZ_NEXT */ | |||
/* Define if you have the __argz_stringify function. */ | /* Define if you have the __argz_stringify function. */ | |||
/* #undef HAVE___ARGZ_STRINGIFY */ | /* #undef HAVE___ARGZ_STRINGIFY */ | |||
skipping to change at line 276 | skipping to change at line 279 | |||
/* Define if you have the dlopen function. */ | /* Define if you have the dlopen function. */ | |||
#define HAVE_DLOPEN 1 | #define HAVE_DLOPEN 1 | |||
/* Define if you have the GIMP header files and library. */ | /* Define if you have the GIMP header files and library. */ | |||
/* #undef HAVE_LIBGIMP_GIMP_H */ | /* #undef HAVE_LIBGIMP_GIMP_H */ | |||
#ifndef HAVE_STRNCASECMP | #ifndef HAVE_STRNCASECMP | |||
/* OS/2 needs this */ | /* OS/2 needs this */ | |||
# define strncasecmp(a, b, c) strnicmp(a, b, c) | # define strncasecmp(a, b, c) strnicmp(a, b, c) | |||
#endif | #endif | |||
#endif /* SANE_CONFIG_H */ | ||||
End of changes. 5 change blocks. | ||||
3 lines changed or deleted | 6 lines changed or added | |||