00001 /* cgicc/config.h. Generated automatically by configure. */ 00002 /* cgicc/config.h.in. Generated automatically from configure.ac by autoheader. */ 00003 /* 00004 * $Id: acconfig.h,v 1.7 2001/09/02 20:08:28 sbooth Exp $ 00005 * 00006 * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 Stephen F. Booth 00007 * 00008 * This library is free software; you can redistribute it and/or 00009 * modify it under the terms of the GNU Lesser General Public 00010 * License as published by the Free Software Foundation; either 00011 * version 2.1 of the License, or (at your option) any later version. 00012 * 00013 * This library is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00016 * Lesser General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU Lesser General Public 00019 * License along with this library; if not, write to the Free Software 00020 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00021 */ 00022 00023 00024 00025 /* Name of package. */ 00026 #define PACKAGE "cgicc" 00027 00028 /* Version of package. */ 00029 #define VERSION "3.2" 00030 00031 /* System cgicc was configured for */ 00032 #define HOST "i686-pc-linux-gnu" 00033 00034 /* Whether to enable debug logging */ 00035 #define DEBUG 0 00036 00037 /* Define if you have the <dlfcn.h> header file. */ 00038 #define HAVE_DLFCN_H 1 00039 00040 /* Define if you have the `gettimeofday' function. */ 00041 #define HAVE_GETTIMEOFDAY 1 00042 00043 /* Define if you have the `strftime' function. */ 00044 #define HAVE_STRFTIME 1 00045 00046 /* Define if you have the <sys/time.h> header file. */ 00047 #define HAVE_SYS_TIME_H 1 00048 00049 /* Define if you have the `uname' function. */ 00050 #define HAVE_UNAME 1 00051 00052 /* Name of package */ 00053 #define PACKAGE "cgicc" 00054 00055 /* Define if you have the ANSI C header files. */ 00056 #define STDC_HEADERS 1 00057 00058 /* Define if you can safely include both <sys/time.h> and <time.h>. */ 00059 #define TIME_WITH_SYS_TIME 1 00060 00061 /* Define if your <sys/time.h> declares `struct tm'. */ 00062 /* #undef TM_IN_SYS_TIME */ 00063 00064 /* Version number of package */ 00065 #define VERSION "3.2"