getopt_long
#define getopt_long _getopt_long
getopt_long(int nargc, char * const *nargv, const char *options,
#define getopt_long __nbcompat_getopt_long
#define getopt_long(a,b,c,d,e) getopt(a,b,c)