/* * FILE * buildtest.c * $Id$ * PURPOSE * Tiny program file to test compiler and linker beforehand. * AUTHOR * Hugo Urquiza for Unixservice. (C) 2008-2009. */ #include "mysqlrad.h" int main(void) { printf("This is the iDNS building enviroment test program.\n"); return(0); }//int main(void)