/*
* Copyright (C) 2002, 2004, 2007, 2013-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/.
*/
#include <windows.h>
#ifndef TESTVERSION
#else
#include <stdio.h>
#endif
int
{
typeMask = 0;
conditionMask = 0;
/* Optimistic: likely greater */
return (1);
/* Failed: retry with equal */
conditionMask = 0;
return (0);
else
return (-1);
}
#ifdef TESTVERSION
int
unsigned int major = 0;
unsigned int minor = 0;
unsigned int spmajor = 0;
unsigned int spminor = 0;
int ret;
if (argc > 1) {
--argc;
++argv;
}
if (argc > 1) {
--argc;
++argv;
}
if (argc > 1) {
--argc;
++argv;
}
if (argc > 1) {
--argc;
++argv;
}
printf("%s major %u minor %u SP major %u SP minor %u\n",
return (ret);
}
#endif