blob: a646306364b75dba669f594a792292aefd07c6cb [file] [log] [blame]
#include "auxinfo.h"
#ifndef PROGNAME
#define PROGNAME ((void *)0)
#endif
#ifndef AUXFLAGS
#define AUXFLAGS 0
#endif
struct auxinfo auxinfo = {
.progname = PROGNAME,
.flags = AUXFLAGS,
};