17.10.2013 - Adjusted for QNX, PIPeer release for Windows, Remote console
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#define PIP_VERSION_REVISION PIP_VERSION & 0xFF
|
||||
|
||||
//! Suffix of PIP version
|
||||
#define PIP_VERSION_SUFFIX ""
|
||||
#define PIP_VERSION_SUFFIX "_r1"
|
||||
|
||||
#ifdef DOXYGEN
|
||||
|
||||
@@ -207,6 +207,11 @@
|
||||
# include <sys/ioctl.h>
|
||||
# include <net/if.h>
|
||||
# include <ifaddrs.h>
|
||||
# ifdef QNX
|
||||
# include <net/if_dl.h>
|
||||
# include <hw/nicinfo.h>
|
||||
# include <sys/dcmd_io-net.h>
|
||||
# endif
|
||||
#endif
|
||||
#ifdef MAC_OS
|
||||
# include <mach/mach_traps.h>
|
||||
@@ -813,6 +818,7 @@ public:
|
||||
case Quote: std::cout << '"'; break;
|
||||
};
|
||||
return *this;
|
||||
|
||||
}
|
||||
|
||||
//! Output operator for \a PIFlags<PICoutFormat> values
|
||||
|
||||
Reference in New Issue
Block a user