#ifndef HAVE_PACK1
#error Expected HAVE_PACK1
#endif
#ifndef HAVE_PACK2
#error Expected HAVE_PACK2
#ifndef HAVE_PACK3
#error Expected HAVE_PACK3
int main(int argc, char** argv)
{
return 0;
}