[BACK]Return to wsio.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / include

Diff for /OpenXM_contrib2/asir2000/include/wsio.h between version 1.4 and 1.5

version 1.4, 2000/11/15 01:20:26 version 1.5, 2003/02/14 22:29:14
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/include/wsio.h,v 1.3 2000/08/22 05:04:15 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/wsio.h,v 1.4 2000/11/15 01:20:26 noro Exp $
 */  */
 #ifndef WSIO_H  #ifndef WSIO_H
 #define WSIO_H  #define WSIO_H
 #if defined(VISUAL)  #if defined(VISUAL)
 #include <winsock2.h>  #include <winsock2.h>
 #elif MPI  #elif defined(MPI)
 #include <sys/types.h>  #include <sys/types.h>
 #include <mpi.h>  #include <mpi.h>
 #endif  #endif
   
 #if MPI  #if defined(MPI)
 #define WSIO_STRING_LENGTH      (1048576)  /* Default size of buffer */  #define WSIO_STRING_LENGTH      (1048576)  /* Default size of buffer */
 #else  #else
 #define WSIO_STRING_LENGTH      (16384)  /* Default size of buffer */  #define WSIO_STRING_LENGTH      (16384)  /* Default size of buffer */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>