/* config.hin. Generated automatically from configure.in by autoheader. */ /* acconfig.h -- autoheader configuration file This file is part of the LZO real-time data compression package. Copyright (C) 1998 Markus Franz Xaver Johannes Oberhumer Copyright (C) 1997 Markus Franz Xaver Johannes Oberhumer Copyright (C) 1996 Markus Franz Xaver Johannes Oberhumer The LZO library and packer is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Markus F.X.J. Oberhumer markus.oberhumer@jk.uni-linz.ac.at */ #ifndef __LZOP_CONFIG_H #define __LZOP_CONFIG_H /* $TOP$ */ /* Define to empty if the keyword does not work. */ #undef const /* Define if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE /* Define to `unsigned' if doesn't define. */ #undef size_t /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Define to your architecture name. */ #undef MFX_ARCH /* Define to your CPU name. */ #undef MFX_CPU /* Define if your memcmp is broken. */ #undef NO_MEMCMP /* Define to the name of the distribution. */ #undef PACKAGE /* Define to `long' if doesn't define. */ #undef ptrdiff_t /* The number of bytes in a ptrdiff_t. */ #undef SIZEOF_PTRDIFF_T /* The number of bytes in a size_t. */ #undef SIZEOF_SIZE_T /* Define to the version of the distribution. */ #undef VERSION /* Define if you have the access function. */ #undef HAVE_ACCESS /* Define if you have the chmod function. */ #undef HAVE_CHMOD /* Define if you have the chown function. */ #undef HAVE_CHOWN /* Define if you have the ctime function. */ #undef HAVE_CTIME /* Define if you have the fchmod function. */ #undef HAVE_FCHMOD /* Define if you have the fileno function. */ #undef HAVE_FILENO /* Define if you have the fstat function. */ #undef HAVE_FSTAT /* Define if you have the gmtime function. */ #undef HAVE_GMTIME /* Define if you have the index function. */ #undef HAVE_INDEX /* Define if you have the isatty function. */ #undef HAVE_ISATTY /* Define if you have the localtime function. */ #undef HAVE_LOCALTIME /* Define if you have the memcmp function. */ #undef HAVE_MEMCMP /* Define if you have the memcpy function. */ #undef HAVE_MEMCPY /* Define if you have the memmove function. */ #undef HAVE_MEMMOVE /* Define if you have the memset function. */ #undef HAVE_MEMSET /* Define if you have the mktime function. */ #undef HAVE_MKTIME /* Define if you have the setmode function. */ #undef HAVE_SETMODE /* Define if you have the stat function. */ #undef HAVE_STAT /* Define if you have the strcasecmp function. */ #undef HAVE_STRCASECMP /* Define if you have the strchr function. */ #undef HAVE_STRCHR /* Define if you have the strdup function. */ #undef HAVE_STRDUP /* Define if you have the strftime function. */ #undef HAVE_STRFTIME /* Define if you have the stricmp function. */ #undef HAVE_STRICMP /* Define if you have the strncasecmp function. */ #undef HAVE_STRNCASECMP /* Define if you have the strnicmp function. */ #undef HAVE_STRNICMP /* Define if you have the strstr function. */ #undef HAVE_STRSTR /* Define if you have the tzset function. */ #undef HAVE_TZSET /* Define if you have the utime function. */ #undef HAVE_UTIME /* Define if you have the header file. */ #undef HAVE_ASSERT_H /* Define if you have the header file. */ #undef HAVE_CTYPE_H /* Define if you have the header file. */ #undef HAVE_CURSES_H /* Define if you have the header file. */ #undef HAVE_LIMITS_H /* Define if you have the header file. */ #undef HAVE_LINUX_KD_H /* Define if you have the header file. */ #undef HAVE_LINUX_KDEV_T_H /* Define if you have the header file. */ #undef HAVE_LINUX_MAJOR_H /* Define if you have the header file. */ #undef HAVE_LZO1X_H /* Define if you have the header file. */ #undef HAVE_LZOCONF_H /* Define if you have the header file. */ #undef HAVE_MEMORY_H /* Define if you have the header file. */ #undef HAVE_NCURSES_H /* Define if you have the header file. */ #undef HAVE_SIGNAL_H /* Define if you have the header file. */ #undef HAVE_STDDEF_H /* Define if you have the header file. */ #undef HAVE_SYS_PARAM_H /* Define if you have the header file. */ #undef HAVE_SYS_RESOURCE_H /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define if you have the header file. */ #undef HAVE_SYS_TIMES_H /* Define if you have the header file. */ #undef HAVE_SYS_UTIME_H /* Define if you have the header file. */ #undef HAVE_TIME_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if you have the header file. */ #undef HAVE_UTIME_H /* Define if you have the lzo library (-llzo). */ #undef HAVE_LIBLZO /* $BOTTOM$ */ #if defined(HAVE_GMTIME) && !defined(TIME_WITH_SYS_TIME) # undef /**/ HAVE_GMTIME #endif #if defined(HAVE_LOCALTIME) && !defined(TIME_WITH_SYS_TIME) # undef /**/ HAVE_LOCALTIME #endif #if defined(HAVE_STRFTIME) && !defined(TIME_WITH_SYS_TIME) # undef /**/ HAVE_STRFTIME #endif #if defined(HAVE_SYS_RESOURCE_H) && !defined(TIME_WITH_SYS_TIME) # undef /**/ HAVE_SYS_RESOURCE_H #endif #if defined(HAVE_SYS_TIMES_H) && !defined(TIME_WITH_SYS_TIME) # undef /**/ HAVE_SYS_TIMES_H #endif #if (SIZEOF_PTRDIFF_T <= 0) # undef /**/ SIZEOF_PTRDIFF_T #endif #if (SIZEOF_SIZE_T <= 0) # undef /**/ SIZEOF_SIZE_T #endif #endif /* already included */ /* vi:ts=4 */