--- ./doc/fftw.info Sun Nov 7 20:50:20 1999 +++ ../fftw-2.1.3/./doc/fftw.info Mon Jul 2 14:30:02 2001 @@ -1,6 +1,10 @@ This is Info file fftw.info, produced by Makeinfo version 1.68 from the input file fftw.texi. +START-INFO-DIR-ENTRY +* FFTW: (fftw). Library to compute Discrete Fourier Transform. +END-INFO-DIR-ENTRY + This is the FFTW User's manual. Copyright (C) 1997-1999 Massachusetts Institute of Technology --- ./fftw/config.h Sun Nov 7 20:50:22 1999 +++ ../fftw-2.1.3/./fftw/config.h Mon Jul 2 12:28:26 2001 @@ -1,3 +1,4 @@ +/* fftw/config.h. Generated automatically by configure. */ /* -*- C -*- */ /* * Copyright (c) 1997-1999 Massachusetts Institute of Technology @@ -27,22 +28,22 @@ /* #undef const */ /* Define if you have the gettimeofday function. */ -/* #undef HAVE_GETTIMEOFDAY */ +#define HAVE_GETTIMEOFDAY 1 /* Define if you have the BSDgettimeofday function. */ -/* #undef HAVE_BSDGETTIMEOFDAY */ +#define HAVE_BSDGETTIMEOFDAY 1 /* Define if you have the header file. */ -/* #undef HAVE_SYS_TIME_H */ +#define HAVE_SYS_TIME_H 1 /* Define if you have the header file. */ -/* #undef HAVE_UNISTD_H */ +#define HAVE_UNISTD_H 1 /* Define if you have the header file. */ -/* #undef HAVE_GETOPT_H */ +#define HAVE_GETOPT_H 1 /* Define if you have the header file */ -/* #undef HAVE_MALLOC_H */ +#define HAVE_MALLOC_H 1 /* Define if you have gethrtime() a la Solaris 2 */ /* #undef HAVE_GETHRTIME */ @@ -49,8 +50,8 @@ /* #undef HAVE_HRTIME_T */ /* Define to sizeof int and long long, if available: */ -#define SIZEOF_INT 0 -#define SIZEOF_LONG_LONG 0 +#define SIZEOF_INT 4 +#define SIZEOF_LONG_LONG 8 #if (SIZEOF_INT != 0) && (SIZEOF_LONG_LONG >= 2 * SIZEOF_INT) # define LONGLONG_IS_TWOINTS @@ -61,13 +62,13 @@ /* #undef FFTW_ENABLE_UNSAFE_MULMOD */ /* Define if you have getopt() */ -/* #undef HAVE_GETOPT */ +#define HAVE_GETOPT 1 /* Define if you have getopt_long() */ /* #undef HAVE_GETOPT_LONG */ /* Define if you have isnan() */ -/* #undef HAVE_ISNAN */ +#define HAVE_ISNAN 1 /* Define for enabling the high resolution Pentium timer */ /* #undef FFTW_ENABLE_PENTIUM_TIMER */ @@ -119,10 +120,10 @@ #endif /* define if you have alloca.h: */ -/* #undef HAVE_ALLOCA_H */ +#define HAVE_ALLOCA_H 1 /* define if you have the alloca function: */ -/* #undef HAVE_ALLOCA */ +#define HAVE_ALLOCA 1 /************************** threads configuration ************************/ @@ -155,7 +156,7 @@ Fortran wrappers will not be compiled. */ /* #undef FFTW_FORTRANIZE_LOWERCASE */ -/* #undef FFTW_FORTRANIZE_LOWERCASE_UNDERSCORE */ +#define FFTW_FORTRANIZE_LOWERCASE_UNDERSCORE 1 /* #undef FFTW_FORTRANIZE_UPPERCASE */ /* #undef FFTW_FORTRANIZE_UPPERCASE_UNDERSCORE */ --- ./fftw/fftw.h Sun Nov 7 20:50:22 1999 +++ ../fftw-2.1.3/./fftw/fftw.h Mon Jul 2 12:28:26 2001 @@ -1,3 +1,4 @@ +/* fftw/fftw.h. Generated automatically by configure. */ /* -*- C -*- */ /* * Copyright (c) 1997-1999 Massachusetts Institute of Technology