# HG changeset patch # User bert # Date 1147998958 0 # Node ID 98dedc874037afefea02982103879fd1c7d04835 # Parent bac2bca52ad9c5e92bff8fadb25358c2aa6fafd9 Add config.h to several files that might need it diff --git a/progs/coordinates/voxeltoworld.c b/progs/coordinates/voxeltoworld.c --- a/progs/coordinates/voxeltoworld.c +++ b/progs/coordinates/voxeltoworld.c @@ -10,7 +10,10 @@ @CREATED : June 13, 1994 (Peter Neelin) @MODIFIED : * $Log: voxeltoworld.c,v $ - * Revision 6.6 2004-11-01 22:38:38 bert + * Revision 6.7 2006-05-19 00:35:58 bert + * Add config.h to several files that might need it + * + * Revision 6.6 2004/11/01 22:38:38 bert * Eliminate all references to minc_def.h * * Revision 6.5 2004/04/27 15:38:47 bert @@ -68,7 +71,11 @@ ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/progs/coordinates/voxeltoworld.c,v 6.6 2004-11-01 22:38:38 bert Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/progs/coordinates/voxeltoworld.c,v 6.7 2006-05-19 00:35:58 bert Exp $"; +#endif + +#if HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/progs/coordinates/worldtovoxel.c b/progs/coordinates/worldtovoxel.c --- a/progs/coordinates/worldtovoxel.c +++ b/progs/coordinates/worldtovoxel.c @@ -10,7 +10,10 @@ @CREATED : June 13, 1994 (Peter Neelin) @MODIFIED : * $Log: worldtovoxel.c,v $ - * Revision 6.5 2004-11-01 22:38:38 bert + * Revision 6.6 2006-05-19 00:35:58 bert + * Add config.h to several files that might need it + * + * Revision 6.5 2004/11/01 22:38:38 bert * Eliminate all references to minc_def.h * * Revision 6.4 2004/02/02 18:27:51 bert @@ -65,7 +68,11 @@ ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/progs/coordinates/worldtovoxel.c,v 6.5 2004-11-01 22:38:38 bert Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/progs/coordinates/worldtovoxel.c,v 6.6 2006-05-19 00:35:58 bert Exp $"; +#endif + +#if HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/progs/minccopy/minccopy.c b/progs/minccopy/minccopy.c --- a/progs/minccopy/minccopy.c +++ b/progs/minccopy/minccopy.c @@ -11,7 +11,10 @@ @CREATED : May 13, 1993 (Peter Neelin) @MODIFIED : * $Log: minccopy.c,v $ - * Revision 6.2 2004-11-01 22:38:38 bert + * Revision 6.3 2006-05-19 00:35:58 bert + * Add config.h to several files that might need it + * + * Revision 6.2 2004/11/01 22:38:38 bert * Eliminate all references to minc_def.h * * Revision 6.1 1999/10/19 14:45:20 neelin @@ -54,7 +57,11 @@ ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/progs/minccopy/minccopy.c,v 6.2 2004-11-01 22:38:38 bert Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/progs/minccopy/minccopy.c,v 6.3 2006-05-19 00:35:58 bert Exp $"; +#endif + +#if HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/progs/mincexpand/mincexpand.c b/progs/mincexpand/mincexpand.c --- a/progs/mincexpand/mincexpand.c +++ b/progs/mincexpand/mincexpand.c @@ -10,7 +10,10 @@ @CREATED : January 20, 1995 (Peter Neelin) @MODIFIED : * $Log: mincexpand.c,v $ - * Revision 6.3 2004-12-14 23:51:24 bert + * Revision 6.4 2006-05-19 00:35:58 bert + * Add config.h to several files that might need it + * + * Revision 6.3 2004/12/14 23:51:24 bert * Get rid of compilation warning with c99 * * Revision 6.2 2004/11/01 22:38:38 bert @@ -56,7 +59,11 @@ ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincexpand/mincexpand.c,v 6.3 2004-12-14 23:51:24 bert Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincexpand/mincexpand.c,v 6.4 2006-05-19 00:35:58 bert Exp $"; +#endif + +#if HAVE_CONFIG_H +#include "config.h" #endif #define _GNU_SOURCE 1 diff --git a/progs/mincextract/mincextract.c b/progs/mincextract/mincextract.c --- a/progs/mincextract/mincextract.c +++ b/progs/mincextract/mincextract.c @@ -10,7 +10,10 @@ @CREATED : June 10, 1993 (Peter Neelin) @MODIFIED : * $Log: mincextract.c,v $ - * Revision 6.5 2004-11-01 22:38:38 bert + * Revision 6.6 2006-05-19 00:35:58 bert + * Add config.h to several files that might need it + * + * Revision 6.5 2004/11/01 22:38:38 bert * Eliminate all references to minc_def.h * * Revision 6.4 2003/10/28 20:31:19 bert @@ -88,7 +91,11 @@ ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincextract/mincextract.c,v 6.5 2004-11-01 22:38:38 bert Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincextract/mincextract.c,v 6.6 2006-05-19 00:35:58 bert Exp $"; +#endif + +#if HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/progs/mincgen/init.c b/progs/mincgen/init.c --- a/progs/mincgen/init.c +++ b/progs/mincgen/init.c @@ -1,9 +1,13 @@ /********************************************************************* * Copyright 1993, UCAR/Unidata * See netcdf/COPYRIGHT file for copying and redistribution conditions. - * $Header: /private-cvsroot/minc/progs/mincgen/init.c,v 1.1 2004-06-15 20:14:41 bert Exp $ + * $Header: /private-cvsroot/minc/progs/mincgen/init.c,v 1.2 2006-05-19 00:35:58 bert Exp $ *********************************************************************/ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include "generic.h" diff --git a/progs/mincgen/main.c b/progs/mincgen/main.c --- a/progs/mincgen/main.c +++ b/progs/mincgen/main.c @@ -1,9 +1,13 @@ /********************************************************************* * Copyright 1993, UCAR/Unidata * See netcdf/COPYRIGHT file for copying and redistribution conditions. - * $Header: /private-cvsroot/minc/progs/mincgen/main.c,v 1.4 2005-12-05 16:40:59 bert Exp $ + * $Header: /private-cvsroot/minc/progs/mincgen/main.c,v 1.5 2006-05-19 00:35:58 bert Exp $ *********************************************************************/ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include diff --git a/progs/mincreshape/copy_data.c b/progs/mincreshape/copy_data.c --- a/progs/mincreshape/copy_data.c +++ b/progs/mincreshape/copy_data.c @@ -6,7 +6,10 @@ @CREATED : October 25, 1994 (Peter Neelin) @MODIFIED : * $Log: copy_data.c,v $ - * Revision 6.4 2004-11-01 22:38:39 bert + * Revision 6.5 2006-05-19 00:35:58 bert + * Add config.h to several files that might need it + * + * Revision 6.4 2004/11/01 22:38:39 bert * Eliminate all references to minc_def.h * * Revision 6.3 2001/04/17 18:40:24 neelin @@ -66,7 +69,11 @@ ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincreshape/copy_data.c,v 6.4 2004-11-01 22:38:39 bert Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincreshape/copy_data.c,v 6.5 2006-05-19 00:35:58 bert Exp $"; +#endif + +#if HAVE_CONFIG_H +#include "config.h" #endif #include diff --git a/progs/minctoraw/minctoraw.c b/progs/minctoraw/minctoraw.c --- a/progs/minctoraw/minctoraw.c +++ b/progs/minctoraw/minctoraw.c @@ -10,7 +10,10 @@ @CREATED : February 11, 1993 (Peter Neelin) @MODIFIED : * $Log: minctoraw.c,v $ - * Revision 6.8 2004-11-01 22:38:39 bert + * Revision 6.9 2006-05-19 00:35:58 bert + * Add config.h to several files that might need it + * + * Revision 6.8 2004/11/01 22:38:39 bert * Eliminate all references to minc_def.h * * Revision 6.7 2003/10/28 20:32:09 bert @@ -82,7 +85,11 @@ ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/progs/minctoraw/minctoraw.c,v 6.8 2004-11-01 22:38:39 bert Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/progs/minctoraw/minctoraw.c,v 6.9 2006-05-19 00:35:58 bert Exp $"; +#endif + +#if HAVE_CONFIG_H +#include "config.h" #endif #include