I need to include a header file which needs HAVE_SYS_UIO_H to be defined. My system do actually have sys/uio.h, but the macro isn't defined automatically. For the moment, I can define it before including the header, but this is obviously a bad idea.
What do I need to do to get HAVE_SYS_UIO_H (and other macros like it) to be defined correctly?