Diff for /libaitcli/inc/global.h between versions 1.6 and 1.7

version 1.6, 2013/05/30 09:16:42 version 1.7, 2016/08/18 09:27:37
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, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013Copyright 2004 - 2016
         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 58  SUCH DAMAGE. Line 58  SUCH DAMAGE.
 #include <termios.h>  #include <termios.h>
 #include <poll.h>  #include <poll.h>
 #include <ctype.h>  #include <ctype.h>
   #ifndef __linux__
 #ifdef HAVE_LIBUTIL_H  #ifdef HAVE_LIBUTIL_H
         #include <libutil.h>          #include <libutil.h>
 #else  #else
         #include <util.h>          #include <util.h>
   #endif
   #else
   #include <pty.h>
 #endif  #endif
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/param.h>  #include <sys/param.h>

Removed from v.1.6  
changed lines
  Added in v.1.7


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