Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby21
/
share
/
doc
/
ruby
/
capi
/
html
/
d5
/
d74
/
//opt/alt/ruby21/share/doc/ruby/capi/html/d5/d74/loadpath_8c_source.html
<!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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Ruby: loadpath.c Source File</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../jquery.js"></script> <script type="text/javascript" src="../../dynsections.js"></script> <link href="../../doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Ruby  <span id="projectnumber">2.1.10p492(2016-04-01revision54464)</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <script type="text/javascript" src="../../menudata.js"></script> <script type="text/javascript" src="../../menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('../../',false,false,'search.php','Search'); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">loadpath.c</div> </div> </div><!--header--> <div class="contents"> <a href="../../d5/d74/loadpath_8c.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/**********************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> loadpath.c -</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"></span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> $Author: akr $</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> created at: Wed May 15 14:19:50 JST 2013</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"></span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> Copyright (C) 2013 Yukihiro Matsumoto</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"></span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">**********************************************************************/</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> </div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include "<a class="code" href="../../de/d9e/verconf_8h.html">verconf.h</a>"</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#include "<a class="code" href="../../de/de6/ruby_2ruby_8h.html">ruby/ruby.h</a>"</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> </div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">/* Define RUBY_REVISION to avoid revision.h inclusion via version.h. */</span></div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="../../d5/d74/loadpath_8c.html#abf2a7f6e5767555f6b4a88bbcd40071e"> 16</a></span> <span class="preprocessor">#define RUBY_REVISION 0</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include "<a class="code" href="../../df/dfc/version_8h.html">version.h</a>"</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> </div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#ifndef RUBY_ARCH</span></div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="../../d5/d74/loadpath_8c.html#a47871e98590bae9dfc9845b7c84142ea"> 20</a></span> <span class="preprocessor">#define RUBY_ARCH RUBY_PLATFORM</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#ifndef RUBY_SITEARCH</span></div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="../../d5/d74/loadpath_8c.html#a6a32acded4b08b75b55f96b60478767f"> 23</a></span> <span class="preprocessor">#define RUBY_SITEARCH RUBY_ARCH</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#ifdef RUBY_PLATFORM_CPU</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#define RUBY_THINARCH RUBY_PLATFORM_CPU"-"RUBY_PLATFORM_OS</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#ifndef RUBY_LIB_PREFIX</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#ifndef RUBY_EXEC_PREFIX</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#error RUBY_EXEC_PREFIX must be defined</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#define RUBY_LIB_PREFIX RUBY_EXEC_PREFIX"/lib/ruby"</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#ifndef RUBY_SITE_LIB</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#define RUBY_SITE_LIB RUBY_LIB_PREFIX"/site_ruby"</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#ifndef RUBY_VENDOR_LIB</span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#define RUBY_VENDOR_LIB RUBY_LIB_PREFIX"/vendor_ruby"</span></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> </div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="../../d5/d74/loadpath_8c.html#aa2b340e399978e962694a870d5b4b6eb"> 41</a></span> <span class="keyword">typedef</span> <span class="keywordtype">char</span> <a class="code" href="../../d5/d74/loadpath_8c.html#aa2b340e399978e962694a870d5b4b6eb">ruby_lib_version_string</a>[(int)<span class="keyword">sizeof</span>(RUBY_LIB_VERSION) - 2];</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span> </div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor">#ifndef RUBY_LIB</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor">#define RUBY_LIB RUBY_LIB_PREFIX "/"RUBY_LIB_VERSION</span></div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="../../d5/d74/loadpath_8c.html#af48d3adce2be6fab27f5df5ad612ceb0"> 46</a></span> <span class="preprocessor">#define RUBY_SITE_LIB2 RUBY_SITE_LIB "/"RUBY_LIB_VERSION</span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="../../d5/d74/loadpath_8c.html#a1ac96408104d443b055fbc817e38b81e"> 47</a></span> <span class="preprocessor">#define RUBY_VENDOR_LIB2 RUBY_VENDOR_LIB "/"RUBY_LIB_VERSION</span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor">#ifndef RUBY_ARCH_LIB_FOR</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor">#define RUBY_ARCH_LIB_FOR(arch) RUBY_LIB "/"arch</span></div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor">#ifndef RUBY_SITE_ARCH_LIB_FOR</span></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor">#define RUBY_SITE_ARCH_LIB_FOR(arch) RUBY_SITE_LIB2 "/"arch</span></div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="preprocessor">#ifndef RUBY_VENDOR_ARCH_LIB_FOR</span></div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="preprocessor">#define RUBY_VENDOR_ARCH_LIB_FOR(arch) RUBY_VENDOR_LIB2 "/"arch</span></div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> </div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="preprocessor">#if !defined(LOAD_RELATIVE) || !LOAD_RELATIVE</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="../../d5/d74/loadpath_8c.html#a30a92493e0f9155ec6ed13bc8e852f55"> 59</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span> <a class="code" href="../../d5/d74/loadpath_8c.html#a30a92493e0f9155ec6ed13bc8e852f55">ruby_exec_prefix</a>[] = <a class="code" href="../../de/d9e/verconf_8h.html#ad01662a6db434effd2d877f1f3f8e3b0">RUBY_EXEC_PREFIX</a>;</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span> </div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="../../d5/d74/loadpath_8c.html#a9aa977d38f8b8c26dd65feec9bcb2518"> 62</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span> <a class="code" href="../../d5/d74/loadpath_8c.html#a9aa977d38f8b8c26dd65feec9bcb2518">ruby_initial_load_paths</a>[] =</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="preprocessor">#ifndef NO_INITIAL_LOAD_PATH</span></div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor">#ifdef RUBY_SEARCH_PATH</span></div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  RUBY_SEARCH_PATH <span class="stringliteral">"\0"</span></div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor">#ifndef NO_RUBY_SITE_LIB</span></div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <a class="code" href="../../d5/d74/loadpath_8c.html#af48d3adce2be6fab27f5df5ad612ceb0">RUBY_SITE_LIB2</a> <span class="stringliteral">"\0"</span></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor">#ifdef RUBY_THINARCH</span></div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <a class="code" href="../../de/d9e/verconf_8h.html#aa63f22ab4796145c5d5c44c950879bf3">RUBY_SITE_ARCH_LIB_FOR</a>(RUBY_THINARCH) <span class="stringliteral">"\0"</span></div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <a class="code" href="../../de/d9e/verconf_8h.html#aa63f22ab4796145c5d5c44c950879bf3">RUBY_SITE_ARCH_LIB_FOR</a>(<a class="code" href="../../d5/d74/loadpath_8c.html#a6a32acded4b08b75b55f96b60478767f">RUBY_SITEARCH</a>) <span class="stringliteral">"\0"</span></div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <a class="code" href="../../de/d9e/verconf_8h.html#ae0a28ccbaae1db36b7b20763b3ef49c1">RUBY_SITE_LIB</a> <span class="stringliteral">"\0"</span></div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span> </div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="preprocessor">#ifndef NO_RUBY_VENDOR_LIB</span></div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <a class="code" href="../../d5/d74/loadpath_8c.html#a1ac96408104d443b055fbc817e38b81e">RUBY_VENDOR_LIB2</a> <span class="stringliteral">"\0"</span></div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="preprocessor">#ifdef RUBY_THINARCH</span></div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <a class="code" href="../../de/d9e/verconf_8h.html#a2d90d16eba66465d54cce79e7afdb64a">RUBY_VENDOR_ARCH_LIB_FOR</a>(RUBY_THINARCH) <span class="stringliteral">"\0"</span></div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <a class="code" href="../../de/d9e/verconf_8h.html#a2d90d16eba66465d54cce79e7afdb64a">RUBY_VENDOR_ARCH_LIB_FOR</a>(<a class="code" href="../../d5/d74/loadpath_8c.html#a6a32acded4b08b75b55f96b60478767f">RUBY_SITEARCH</a>) <span class="stringliteral">"\0"</span></div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <a class="code" href="../../de/d9e/verconf_8h.html#a6c21e571eb769a1ccf0cc9590f188fd2">RUBY_VENDOR_LIB</a> <span class="stringliteral">"\0"</span></div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> </div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <a class="code" href="../../de/d9e/verconf_8h.html#ad5f4cc8c3f3679948eb589b951bb1c2e">RUBY_LIB</a> <span class="stringliteral">"\0"</span></div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="preprocessor">#ifdef RUBY_THINARCH</span></div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <a class="code" href="../../de/d9e/verconf_8h.html#abe1ff5c1872b4ace6c8414a68625b54d">RUBY_ARCH_LIB_FOR</a>(RUBY_THINARCH) <span class="stringliteral">"\0"</span></div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <a class="code" href="../../de/d9e/verconf_8h.html#abe1ff5c1872b4ace6c8414a68625b54d">RUBY_ARCH_LIB_FOR</a>(<a class="code" href="../../d5/d74/loadpath_8c.html#a47871e98590bae9dfc9845b7c84142ea">RUBY_ARCH</a>) <span class="stringliteral">"\0"</span></div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="stringliteral">""</span>;</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span> </div><div class="ttc" id="loadpath_8c_html_a6a32acded4b08b75b55f96b60478767f"><div class="ttname"><a href="../../d5/d74/loadpath_8c.html#a6a32acded4b08b75b55f96b60478767f">RUBY_SITEARCH</a></div><div class="ttdeci">#define RUBY_SITEARCH</div><div class="ttdef"><b>Definition:</b> <a href="../../d5/d74/loadpath_8c_source.html#l00023">loadpath.c:23</a></div></div> <div class="ttc" id="ruby_2ruby_8h_html"><div class="ttname"><a href="../../de/de6/ruby_2ruby_8h.html">ruby.h</a></div></div> <div class="ttc" id="loadpath_8c_html_af48d3adce2be6fab27f5df5ad612ceb0"><div class="ttname"><a href="../../d5/d74/loadpath_8c.html#af48d3adce2be6fab27f5df5ad612ceb0">RUBY_SITE_LIB2</a></div><div class="ttdeci">#define RUBY_SITE_LIB2</div><div class="ttdef"><b>Definition:</b> <a href="../../d5/d74/loadpath_8c_source.html#l00046">loadpath.c:46</a></div></div> <div class="ttc" id="verconf_8h_html_ad5f4cc8c3f3679948eb589b951bb1c2e"><div class="ttname"><a href="../../de/d9e/verconf_8h.html#ad5f4cc8c3f3679948eb589b951bb1c2e">RUBY_LIB</a></div><div class="ttdeci">#define RUBY_LIB</div><div class="ttdef"><b>Definition:</b> <a href="../../de/d9e/verconf_8h_source.html#l00008">verconf.h:8</a></div></div> <div class="ttc" id="verconf_8h_html"><div class="ttname"><a href="../../de/d9e/verconf_8h.html">verconf.h</a></div></div> <div class="ttc" id="loadpath_8c_html_a30a92493e0f9155ec6ed13bc8e852f55"><div class="ttname"><a href="../../d5/d74/loadpath_8c.html#a30a92493e0f9155ec6ed13bc8e852f55">ruby_exec_prefix</a></div><div class="ttdeci">const char ruby_exec_prefix[]</div><div class="ttdef"><b>Definition:</b> <a href="../../d5/d74/loadpath_8c_source.html#l00059">loadpath.c:59</a></div></div> <div class="ttc" id="loadpath_8c_html_a1ac96408104d443b055fbc817e38b81e"><div class="ttname"><a href="../../d5/d74/loadpath_8c.html#a1ac96408104d443b055fbc817e38b81e">RUBY_VENDOR_LIB2</a></div><div class="ttdeci">#define RUBY_VENDOR_LIB2</div><div class="ttdef"><b>Definition:</b> <a href="../../d5/d74/loadpath_8c_source.html#l00047">loadpath.c:47</a></div></div> <div class="ttc" id="verconf_8h_html_ae0a28ccbaae1db36b7b20763b3ef49c1"><div class="ttname"><a href="../../de/d9e/verconf_8h.html#ae0a28ccbaae1db36b7b20763b3ef49c1">RUBY_SITE_LIB</a></div><div class="ttdeci">#define RUBY_SITE_LIB</div><div class="ttdef"><b>Definition:</b> <a href="../../de/d9e/verconf_8h_source.html#l00010">verconf.h:10</a></div></div> <div class="ttc" id="verconf_8h_html_aa63f22ab4796145c5d5c44c950879bf3"><div class="ttname"><a href="../../de/d9e/verconf_8h.html#aa63f22ab4796145c5d5c44c950879bf3">RUBY_SITE_ARCH_LIB_FOR</a></div><div class="ttdeci">#define RUBY_SITE_ARCH_LIB_FOR(arch)</div><div class="ttdef"><b>Definition:</b> <a href="../../de/d9e/verconf_8h_source.html#l00011">verconf.h:11</a></div></div> <div class="ttc" id="loadpath_8c_html_aa2b340e399978e962694a870d5b4b6eb"><div class="ttname"><a href="../../d5/d74/loadpath_8c.html#aa2b340e399978e962694a870d5b4b6eb">ruby_lib_version_string</a></div><div class="ttdeci">char ruby_lib_version_string[(int) sizeof(RUBY_LIB_VERSION) - 2]</div><div class="ttdef"><b>Definition:</b> <a href="../../d5/d74/loadpath_8c_source.html#l00041">loadpath.c:41</a></div></div> <div class="ttc" id="loadpath_8c_html_a47871e98590bae9dfc9845b7c84142ea"><div class="ttname"><a href="../../d5/d74/loadpath_8c.html#a47871e98590bae9dfc9845b7c84142ea">RUBY_ARCH</a></div><div class="ttdeci">#define RUBY_ARCH</div><div class="ttdef"><b>Definition:</b> <a href="../../d5/d74/loadpath_8c_source.html#l00020">loadpath.c:20</a></div></div> <div class="ttc" id="version_8h_html"><div class="ttname"><a href="../../df/dfc/version_8h.html">version.h</a></div></div> <div class="ttc" id="verconf_8h_html_abe1ff5c1872b4ace6c8414a68625b54d"><div class="ttname"><a href="../../de/d9e/verconf_8h.html#abe1ff5c1872b4ace6c8414a68625b54d">RUBY_ARCH_LIB_FOR</a></div><div class="ttdeci">#define RUBY_ARCH_LIB_FOR(arch)</div><div class="ttdef"><b>Definition:</b> <a href="../../de/d9e/verconf_8h_source.html#l00009">verconf.h:9</a></div></div> <div class="ttc" id="loadpath_8c_html_a9aa977d38f8b8c26dd65feec9bcb2518"><div class="ttname"><a href="../../d5/d74/loadpath_8c.html#a9aa977d38f8b8c26dd65feec9bcb2518">ruby_initial_load_paths</a></div><div class="ttdeci">const char ruby_initial_load_paths[]</div><div class="ttdef"><b>Definition:</b> <a href="../../d5/d74/loadpath_8c_source.html#l00062">loadpath.c:62</a></div></div> <div class="ttc" id="verconf_8h_html_a6c21e571eb769a1ccf0cc9590f188fd2"><div class="ttname"><a href="../../de/d9e/verconf_8h.html#a6c21e571eb769a1ccf0cc9590f188fd2">RUBY_VENDOR_LIB</a></div><div class="ttdeci">#define RUBY_VENDOR_LIB</div><div class="ttdef"><b>Definition:</b> <a href="../../de/d9e/verconf_8h_source.html#l00012">verconf.h:12</a></div></div> <div class="ttc" id="verconf_8h_html_a2d90d16eba66465d54cce79e7afdb64a"><div class="ttname"><a href="../../de/d9e/verconf_8h.html#a2d90d16eba66465d54cce79e7afdb64a">RUBY_VENDOR_ARCH_LIB_FOR</a></div><div class="ttdeci">#define RUBY_VENDOR_ARCH_LIB_FOR(arch)</div><div class="ttdef"><b>Definition:</b> <a href="../../de/d9e/verconf_8h_source.html#l00013">verconf.h:13</a></div></div> <div class="ttc" id="verconf_8h_html_ad01662a6db434effd2d877f1f3f8e3b0"><div class="ttname"><a href="../../de/d9e/verconf_8h.html#ad01662a6db434effd2d877f1f3f8e3b0">RUBY_EXEC_PREFIX</a></div><div class="ttdeci">#define RUBY_EXEC_PREFIX</div><div class="ttdef"><b>Definition:</b> <a href="../../de/d9e/verconf_8h_source.html#l00004">verconf.h:4</a></div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/> </a> 1.8.14 </small></address> </body> </html>