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

Diff for /OpenXM_contrib2/asir2000/include/com.h between version 1.11 and 1.12

version 1.11, 2003/03/07 06:39:56 version 1.12, 2015/08/06 10:01:52
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/com.h,v 1.10 2003/03/07 03:12:26 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/com.h,v 1.11 2003/03/07 06:39:56 noro Exp $
 */  */
 #ifndef _COM_H_  #ifndef _COM_H_
 #define _COM_H_  #define _COM_H_
 #if defined(VISUAL) || defined(MPI)  #if defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) || defined(MPI)
 #include "wsio.h"  #include "wsio.h"
 #endif  #endif
   
 #include <stdio.h>  #include <stdio.h>
   
 #if !defined(VISUAL)  #if !defined(VISUAL) && !defined(__MINGW32__) && !defined(__MINGW64__)
 #include <netdb.h>  #include <netdb.h>
 #if defined(__CYGWIN__)  #if defined(__CYGWIN__)
 #include <cygwin/types.h>  #include <cygwin/types.h>
Line 87 
Line 87 
 #define C_PRIV C_ENDARG+1  #define C_PRIV C_ENDARG+1
 #define C_SHUTDOWN 6  #define C_SHUTDOWN 6
   
 #if defined(VISUAL) || defined(MPI)  #if defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) || defined(MPI)
 struct IOFP {  struct IOFP {
         STREAM *in,*out;          STREAM *in,*out;
         char *inbuf,*outbuf;          char *inbuf,*outbuf;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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