/** * \file common.h * These headers are used by absolutely all sample programs. * Special quirks that apply to all samples go here. */ #include #ifndef _MSC_VER #include "config.h" #ifdef HAVE_GETOPT_H #include #else #include #endif #else #include "..\windows\getopt.h" #endif