--- trunk/OOPSE-2.0/src/config.h.in 2005/02/15 05:05:33 2024 +++ trunk/OOPSE-2.0/src/config.h.in 2005/09/20 22:03:35 2315 @@ -1,3 +1,7 @@ +#define OOPSE_VERSION_MAJOR 2 +#define OOPSE_VERSION_MINOR 0 +#define OOPSE_VERSION_TINY 0 + /* Define to a macro mangling the given C identifier (in lower and upper * case), which must not contain underscores, for linking with Fortran. */ #undef F90_FUNC @@ -11,24 +15,53 @@ /* Define to 1 if you find the header file. */ #undef HAVE_MPIF_H +/* Define to 1 if you find the header file. */ #undef HAVE_GETOPT_H #undef HAVE_GETOPT_LONG +/* Define to 1 if you find the header file. */ +#undef HAVE_LIBZ + +/* Define to 1 if you find the header file. */ #undef HAVE_UNISTD_H + +/* Define to 1 if you find the header file. */ #undef HAVE_SYS_PSTAT_H + +/* Define to 1 if you find the header file. */ #undef HAVE_SYS_SYSMP_H + +/* Define to 1 if you find the header file. */ #undef HAVE_SYS_SYSINFO_H + +/* Define to 1 if you find the header file. */ #undef HAVE_MACHINE_HAL_SYSINFO_H + +/* Define to 1 if you find the header file. */ #undef HAVE_SYS_TABLE_H + +/* Define to 1 if you find the header file. */ #undef HAVE_SYS_PARAM_H + +/* Define to 1 if you find the header file. */ #undef HAVE_SYS_SYSCTL_H + +/* Define to 1 if you find the header file. */ #undef HAVE_SYS_SYSTEMCFG_H + #undef HAVE_PSTAT_GETSTATIC #undef HAVE_SYSMP #undef HAVE_GETSYSINFO #undef HAVE_SYSCTL #undef HAVE__SYSTEM_CONFIGURATION #undef HAVE_TABLE +#undef HAVE_CGAL -#undef PS -#undef PSTYPE +/* Define to the path to the ps command on this machine. */ +#undef PSCOMMAND + +/* Define to 1 if the ps command understands POSIX-style arguments. */ +#undef PSTYPE_IS_POSIX + +/* Define to 1 if the ps command understands BSD-style arguments. */ +#undef PSTYPE_IS_BSD