<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ilemac.h not found in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205705#M43028</link>
    <description>I find it in CSWS source code&lt;BR /&gt;</description>
    <pubDate>Fri, 23 Oct 2009 14:59:22 GMT</pubDate>
    <dc:creator>Alex Chupahin</dc:creator>
    <dc:date>2009-10-23T14:59:22Z</dc:date>
    <item>
      <title>ilemac.h not found</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205700#M43023</link>
      <description>Hello all,&lt;BR /&gt;please point me where can I find ilemac.h&lt;BR /&gt;where ILE3_* macros are defined?&lt;BR /&gt;I cant find it on my 8.3 system&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Oct 2009 10:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205700#M43023</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2009-10-23T10:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: ilemac.h not found</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205701#M43024</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;You can extract the iledef.h file by executing the following command:&lt;BR /&gt;&lt;BR /&gt;$ lib/extract=iledef SYS$COMMON:[SYSLIB]SYS$STARLET_C.TLB -&lt;BR /&gt;  /output=iledef.h&lt;BR /&gt;&lt;BR /&gt;The iledef.h file contains the definitions for ILE3.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shilpa</description>
      <pubDate>Fri, 23 Oct 2009 11:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205701#M43024</guid>
      <dc:creator>Shilpa K</dc:creator>
      <dc:date>2009-10-23T11:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: ilemac.h not found</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205702#M43025</link>
      <description>No iledef.h - I have it.&lt;BR /&gt;I need ilemac.h&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Oct 2009 12:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205702#M43025</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2009-10-23T12:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: ilemac.h not found</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205703#M43026</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;I don't think there is a file called ilemac.h on VMS. On googling, the only link which showed the ilemac.h is an apache code for VMS:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sysworks.com.au/show_source.php?apache+wrk+suexec+c" target="_blank"&gt;http://www.sysworks.com.au/show_source.php?apache+wrk+suexec+c&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;From the definition for "ilemac.h" in this link, it seems like the ilemac.h is specific to that product.&lt;BR /&gt;&lt;BR /&gt;The following link which allows you to download source code for apache seems to have reference to ilemac.h:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sysworks.com.au/swpub_apache.php" target="_blank"&gt;http://www.sysworks.com.au/swpub_apache.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;By downloading the apache source code, I think you should be able to get ilemac.h.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you are looking for a MACRO definition of ILE3* on VMS, you can obtain the same from starlet.mlb: &lt;BR /&gt;&lt;BR /&gt;$ lib/extract=$iledef/macro SYS$COMMON:[SYSLIB]STARLET.MLB -&lt;BR /&gt; /output=iledef.h&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shilpa</description>
      <pubDate>Fri, 23 Oct 2009 12:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205703#M43026</guid>
      <dc:creator>Shilpa K</dc:creator>
      <dc:date>2009-10-23T12:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: ilemac.h not found</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205704#M43027</link>
      <description>Yes, you are right, thank you very much.&lt;BR /&gt;I thought this is system include file.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Oct 2009 14:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205704#M43027</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2009-10-23T14:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: ilemac.h not found</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205705#M43028</link>
      <description>I find it in CSWS source code&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Oct 2009 14:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilemac-h-not-found/m-p/5205705#M43028</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2009-10-23T14:59:22Z</dc:date>
    </item>
  </channel>
</rss>

