/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Numdiff - compare putatively similar files, ignoring small numeric differences Copyright (C) 2005-2007 Ivano Primi This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* #undef NO_MINUS_C_MINUS_O */ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "Numdiff" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "Numdiff 4.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "numdiff" /* Define to the version of this package. */ #define PACKAGE_VERSION "4.2" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `unsigned' if does not define. */ /* #undef size_t */ /* Version + Release number */ #define VERSION "4.2.0" /* Number of decimal digits used in displaying the values */ /* for absolute and relative error. */ #define DEF_LIM 10 /* Size of the input buffer (used to read from file) */ #define BUFF_SIZE 1024 /* Size of the mask of fields. FIELDMASK_SIZE * 8 gives the */ /* largest index of field which can be passed to the -F option */ /* on the command line. */ #define FIELDMASK_SIZE 4096 #define HAVE_LONG_LONG 1 /* Line separator (output) */ #define LINE_SEP "----------------" /* End-of-File indicator */ #define EOF_INDICATOR "<<*>>" /* Hyphenation character */ #define HYPHEN '-'