1748180 Members
4148 Online
108759 Solutions
New Discussion юеВ

ilemac.h not found

 
SOLVED
Go to solution
Alex Chupahin
Super Advisor

ilemac.h not found

Hello all,
please point me where can I find ilemac.h
where ILE3_* macros are defined?
I cant find it on my 8.3 system
5 REPLIES 5
Shilpa K
Valued Contributor

Re: ilemac.h not found

Hi Alex,

You can extract the iledef.h file by executing the following command:

$ lib/extract=iledef SYS$COMMON:[SYSLIB]SYS$STARLET_C.TLB -
/output=iledef.h

The iledef.h file contains the definitions for ILE3.

Regards,
Shilpa
Alex Chupahin
Super Advisor

Re: ilemac.h not found

No iledef.h - I have it.
I need ilemac.h

Shilpa K
Valued Contributor
Solution

Re: ilemac.h not found

Hi Alex,

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:

http://www.sysworks.com.au/show_source.php?apache+wrk+suexec+c

From the definition for "ilemac.h" in this link, it seems like the ilemac.h is specific to that product.

The following link which allows you to download source code for apache seems to have reference to ilemac.h:

http://www.sysworks.com.au/swpub_apache.php

By downloading the apache source code, I think you should be able to get ilemac.h.


If you are looking for a MACRO definition of ILE3* on VMS, you can obtain the same from starlet.mlb:

$ lib/extract=$iledef/macro SYS$COMMON:[SYSLIB]STARLET.MLB -
/output=iledef.h

Regards,
Shilpa
Alex Chupahin
Super Advisor

Re: ilemac.h not found

Yes, you are right, thank you very much.
I thought this is system include file.
Alex Chupahin
Super Advisor

Re: ilemac.h not found

I find it in CSWS source code