Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > a65517607ef053b8c8e6c720e8c36e77 > files > 300

libsmbios-devel-2.2.26-3.fc14.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libsmbios_c library: /builddir/build/BUILD/libsmbios-2.2.26/src/include/smbios_c/config/compiler/gcc.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<h1>/builddir/build/BUILD/libsmbios-2.2.26/src/include/smbios_c/config/compiler/gcc.h</h1>  </div>
</div>
<div class="contents">
<a href="gcc_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">//  (C) Copyright John Maddock 2001 - 2003.</span>
<a name="l00002"></a>00002 <span class="comment">//  (C) Copyright Darin Adler 2001 - 2002.</span>
<a name="l00003"></a>00003 <span class="comment">//  (C) Copyright Jens Maurer 2001 - 2002.</span>
<a name="l00004"></a>00004 <span class="comment">//  (C) Copyright Beman Dawes 2001 - 2003.</span>
<a name="l00005"></a>00005 <span class="comment">//  (C) Copyright Douglas Gregor 2002.</span>
<a name="l00006"></a>00006 <span class="comment">//  (C) Copyright David Abrahams 2002 - 2003.</span>
<a name="l00007"></a>00007 <span class="comment">//  (C) Copyright Synge Todo 2003.</span>
<a name="l00008"></a>00008 <span class="comment">//  Use, modification and distribution are subject to the</span>
<a name="l00009"></a>00009 <span class="comment">//  Boost Software License, Version 1.0. (See accompanying file</span>
<a name="l00010"></a>00010 <span class="comment">//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span>
<a name="l00011"></a>00011 
<a name="l00012"></a>00012 <span class="comment">//  See http://www.boost.org for most recent version.</span>
<a name="l00013"></a>00013 
<a name="l00014"></a><a class="code" href="gcc_8h.html#a99d02d5a9b8853ec71b1daa207d6083f">00014</a> <span class="preprocessor">#define LIBSMBIOS_C_HAS_PRETTY_FUNCTION</span>
<a name="l00015"></a><a class="code" href="gcc_8h.html#a8923d8a05b6ba4b15cff030b6e5825a3">00015</a> <span class="preprocessor"></span><span class="preprocessor">#define LIBSMBIOS_C_HAS_FUNCTION</span>
<a name="l00016"></a><a class="code" href="gcc_8h.html#abe20195e4ec2eb08c4981a7898bf3c2e">00016</a> <span class="preprocessor"></span><span class="preprocessor">#define LIBSMBIOS_C_PACKED_ATTR      __attribute__ ((packed))</span>
<a name="l00017"></a><a class="code" href="gcc_8h.html#ab436aaca7f79936feb27282801a9251c">00017</a> <span class="preprocessor"></span><span class="preprocessor">#define LIBSMBIOS_C_COMPILER &quot;GNU C++ version &quot; __VERSION__</span>
<a name="l00018"></a><a class="code" href="gcc_8h.html#adec5d16819e76d40c0db448bb0f11f1b">00018</a> <span class="preprocessor"></span><span class="preprocessor">#define LIBSMBIOS_C_HAS_LONG_LONG</span>
<a name="l00019"></a><a class="code" href="gcc_8h.html#aeb9efc01cb5767ce31c965d3fec11a41">00019</a> <span class="preprocessor"></span><span class="preprocessor">#define LIBSMBIOS_C_HAS_VISIBILITY_ATTR</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="comment">// versions check:</span>
<a name="l00022"></a>00022 <span class="comment">// we don&#39;t know gcc prior to version 2.90:</span>
<a name="l00023"></a>00023 <span class="preprocessor">#if (__GNUC__ == 2) &amp;&amp; (__GNUC_MINOR__ &lt; 90)</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#  error &quot;GCC versions &lt; 2.90 not supported&quot;</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span><span class="comment">//</span>
<a name="l00027"></a>00027 <span class="preprocessor">#if (__GNUC__ &gt; 4) || ((__GNUC__ == 4) &amp;&amp; (__GNUC_MINOR__ &gt; 5))</span>
<a name="l00028"></a>00028 <span class="preprocessor"></span><span class="preprocessor">#  if defined(LIBSMBIOS_C_ASSERT_CONFIG)</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#     error &quot;Unknown compiler version - please run the configure tests and report the results&quot;</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#  else</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor">#     warning &quot;Unknown compiler version - please run the configure tests and report the results&quot;</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#  endif</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span>
<a name="l00035"></a>00035 
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Tue Oct 5 2010 for libsmbios_c library by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>