00001 /* include/config.h. Generated by configure. */ 00002 /************************************************************************ 00003 * 00004 * Nagios Config Header File 00005 * Written By: Ethan Galstad (nagios@nagios.org) 00006 * Last Modified: 11-10-2007 00007 * 00008 * This program is free software; you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License version 2 as 00010 * published by the Free Software Foundation. 00011 * 00012 * This program is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU General Public License 00018 * along with this program; if not, write to the Free Software 00019 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00020 ************************************************************************/ 00021 00022 #include <stdio.h> 00023 #include <stdlib.h> 00024 00025 #if TIME_WITH_SYS_TIME 00026 # include <sys/time.h> 00027 # include <time.h> 00028 #else 00029 # if HAVE_SYS_TIME_H 00030 # include <sys/time.h> 00031 # else 00032 # include <time.h> 00033 # endif 00034 #endif 00035