|
From: <bon...@us...> - 2008-04-23 00:52:11
|
Revision: 699
http://seq.svn.sourceforge.net/seq/?rev=699&view=rev
Author: bonkersbobcat
Date: 2008-04-22 17:52:05 -0700 (Tue, 22 Apr 2008)
Log Message:
-----------
Remove UTS_VERSION reference to improve compatibility
Modified Paths:
--------------
showeq/trunk/src/main.cpp
Modified: showeq/trunk/src/main.cpp
===================================================================
--- showeq/trunk/src/main.cpp 2008-04-21 20:07:24 UTC (rev 698)
+++ showeq/trunk/src/main.cpp 2008-04-23 00:52:05 UTC (rev 699)
@@ -15,10 +15,10 @@
#include <linux/version.h>
// Newer kernel versions put this in utsversion
-#ifndef UTS_RELEASE
-#include <linux/utsversion.h>
+//#ifndef UTS_RELEASE
+//#include <linux/utsversion.h>
+//#endif
#endif
-#endif
#include <sys/utsname.h>
@@ -772,10 +772,10 @@
#ifdef QT_VERSION_STR
printf ("\t\tUsing Qt version: %s\n", QT_VERSION_STR);
#endif
-#ifdef __linux__
- printf ("\t\tUsing headers from linux version: %s\n",
- UTS_RELEASE);
-#endif
+//#ifdef __linux__
+// printf ("\t\tUsing headers from linux version: %s\n",
+// UTS_RELEASE);
+//#endif
#ifdef ITEMDB
printf ("\t\tUsing EQItemDB: %s\n", EQItemDB::Version());
printf ("\tUsing GDBM: %s\n", GDBMConvenience::Version());
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|