/*
* Copyright (C) 1998-2001, 2004, 2005, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/* $Id: sym_test.c,v 1.28 2007/06/19 23:46:59 tbox Exp $ */
#include <config.h>
#include <string.h>
#include <isc/commandline.h>
static void
{
}
int
int trace = 0;
int c;
switch (c) {
case 't':
trace = 1;
break;
case 'a':
break;
case 'r':
break;
case 'c':
break;
}
}
len--;
}
cp = s;
if (cp[0] == '!') {
cp++;
} else {
cp++;
if (*cp == '\0') {
if (result == ISC_R_SUCCESS) {
}
printf("\n");
}
} else {
*cp++ = '\0';
printf("define('%s', '%s'): %s\n",
if (result != ISC_R_SUCCESS)
}
}
}
}
return (0);
}