Diff for /libaitrpc/inc/defs.h between versions 1.16 and 1.17

version 1.16, 2015/01/15 01:42:37 version 1.17, 2015/01/21 21:17:05
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2014Copyright 2004 - 2015
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 59  SUCH DAMAGE. Line 59  SUCH DAMAGE.
 #define STRSIZ                  256  #define STRSIZ                  256
 #endif  #endif
 #define RPC_MIN_BUFSIZ          512  #define RPC_MIN_BUFSIZ          512
#define SOCK_BPF             4#define SOCK_MAX_SUPPORT     6
   
 #define CB_ACCEPTCLIENT         0  #define CB_ACCEPTCLIENT         0
 #define CB_CLOSECLIENT          1  #define CB_CLOSECLIENT          1

Removed from v.1.16  
changed lines
  Added in v.1.17


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