Hi,

I'm looking at the issue with building on Alpine Linux (uclibc):
https://sourceforge.net/tracker/?func=detail&aid=3459926&group_id=204462&atid=989708

There are lots of

#if defined(SYS_THAT_HAS_FEATURE) || defined(OTHER_SYS)
&& !defined(SYS_THAT_HASNT)
...
#endif

I wonder if it wouldn't be better to use AC_CONFIG_HEADERS and from
configure script check for the features and then:

#if HAVE_FEATURE_REGARDLESS_SYSTEM
...
#endif

Are there any particular reasons that AC_CONFIG_HEADERS is not used?

Would you accept patches that adds that?

Thanks!

-- 
Natanael Copa

------------------------------------------------------------------------------
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
_______________________________________________
open-vm-tools-devel mailing list
open-vm-tools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel

Reply via email to