changeset 70:6dda55dc60a5

Added define to get prototypes from netcdf.h
author neelin <neelin>
date Fri, 22 Jan 1993 08:45:59 +0000
parents d84c9ef78610
children ac73ce020b77
files libsrc/minc.h
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libsrc/minc.h
+++ b/libsrc/minc.h
@@ -18,13 +18,18 @@
                  MI acquisition variable
 @CREATED    : July 24, 1992. (Peter Neelin, Montreal Neurological Institute)
 @MODIFIED   : 
-@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc.h,v 1.17 1993-01-20 15:37:40 neelin Exp $ MINC (MNI)
+@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc.h,v 1.18 1993-01-22 08:45:59 neelin Exp $ MINC (MNI)
 ---------------------------------------------------------------------------- */
 
 #ifndef MINC_PRIVATE_HEADER_FILE
 #ifndef lint
-static char minc_h_rcsid[] = "$Header: /private-cvsroot/minc/libsrc/minc.h,v 1.17 1993-01-20 15:37:40 neelin Exp $ MINC (MNI)";
+static char minc_h_rcsid[] = "$Header: /private-cvsroot/minc/libsrc/minc.h,v 1.18 1993-01-22 08:45:59 neelin Exp $ MINC (MNI)";
+#endif
 #endif
+
+/* Set HAVE_PROTOTYPES for SGI's ANSI C with extensions */
+#ifdef __EXTENSIONS__
+#  define HAVE_PROTOTYPES
 #endif
 
 #include <netcdf.h>