[Ace-users] [ace-users] Proposal: ACE_OS::{get,set}progname()

J.T. Conklin jtc at acorntoolworks.com
Fri Oct 26 07:35:04 CDT 2007


"Johnny Willemsen" <jwillemsen at remedy.nl> writes:
> This looks an usefull addition, can you add this to the repository and then
> see which platforms do break and need the new defines. Do you also add this
> to the autoconf scripts?

Hi Johnny,

Sure.

Since my original message, I remembered that using ACE_HAS_* instead
of ACE_LACKS_* for the feature test macros would be less problematic.
With ACE_LACKS_*, all builds would break on all systems without those
functions until their config-*.h headers were updated. With ACE_HAS_*,
systems that do have those functions would just use the ACE emulation
until/unless their config-*.h headers are updated.  So I've changed
the use of feature test macros accordingly.

I'll add this after finishing the cooresponding autoconf changes.

    --jtc

-- 
J.T. Conklin



More information about the Ace-users mailing list