220 lines
5.3 KiB
C
220 lines
5.3 KiB
C
/*
|
|
* This source code may contain confidential information of QNX Software
|
|
* Systems Ltd. (QSSL) and its licensors. Any use, reproduction,
|
|
* modification, disclosure, distribution or transfer of this software,
|
|
* or any software which includes or is based upon any of this code, is
|
|
* prohibited unless expressly authorized by QSSL by written agreement. For
|
|
* more information (including whether this source code file has been
|
|
* published) please email licensing@qnx.com.
|
|
*/
|
|
|
|
/* config.h. Generated automatically by configure. */
|
|
/* config.hin. Generated automatically from configure.in by autoheader. */
|
|
/* acconfig.h -- autoheader configuration file
|
|
|
|
This file is part of the UCL real-time data compression library.
|
|
|
|
Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer
|
|
|
|
Markus F.X.J. Oberhumer
|
|
markus.oberhumer@jk.uni-linz.ac.at
|
|
*/
|
|
|
|
|
|
#ifndef __UCL_CONFIG_H
|
|
#define __UCL_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 to `unsigned' if <sys/types.h> doesn't define. */
|
|
/* #undef size_t */
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#define STDC_HEADERS 1
|
|
|
|
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
|
#define TIME_WITH_SYS_TIME 1
|
|
|
|
/* Define to your byte order. */
|
|
#define MFX_BYTE_ORDER 1234
|
|
|
|
/* Define if your memcmp is broken. */
|
|
/* #undef NO_MEMCMP */
|
|
|
|
/* Define to `long' if <stddef.h> doesn't define. */
|
|
/* #undef ptrdiff_t */
|
|
|
|
/* The number of bytes in a ptrdiff_t. */
|
|
#define SIZEOF_PTRDIFF_T 4
|
|
|
|
/* The number of bytes in a size_t. */
|
|
#define SIZEOF_SIZE_T 4
|
|
|
|
/* The number of bytes in a char *. */
|
|
#define SIZEOF_CHAR_P 4
|
|
|
|
/* The number of bytes in a unsigned. */
|
|
#define SIZEOF_UNSIGNED 4
|
|
|
|
/* The number of bytes in a unsigned long. */
|
|
#define SIZEOF_UNSIGNED_LONG 4
|
|
|
|
/* The number of bytes in a unsigned short. */
|
|
#define SIZEOF_UNSIGNED_SHORT 2
|
|
|
|
/* Define if you have the atol function. */
|
|
#define HAVE_ATOL 1
|
|
|
|
/* Define if you have the fstat function. */
|
|
#define HAVE_FSTAT 1
|
|
|
|
/* Define if you have the getrusage function. */
|
|
#define HAVE_GETRUSAGE 1
|
|
|
|
/* Define if you have the gettimeofday function. */
|
|
#define HAVE_GETTIMEOFDAY 1
|
|
|
|
/* Define if you have the lstat function. */
|
|
#define HAVE_LSTAT 1
|
|
|
|
/* Define if you have the memcmp function. */
|
|
#define HAVE_MEMCMP 1
|
|
|
|
/* Define if you have the memcpy function. */
|
|
#define HAVE_MEMCPY 1
|
|
|
|
/* Define if you have the memicmp function. */
|
|
#define HAVE_MEMICMP 1
|
|
|
|
/* Define if you have the memmove function. */
|
|
#define HAVE_MEMMOVE 1
|
|
|
|
/* Define if you have the memset function. */
|
|
#define HAVE_MEMSET 1
|
|
|
|
/* Define if you have the stat function. */
|
|
#define HAVE_STAT 1
|
|
|
|
/* Define if you have the strcasecmp function. */
|
|
#define HAVE_STRCASECMP 1
|
|
|
|
/* Define if you have the stricmp function. */
|
|
#define HAVE_STRICMP 1
|
|
|
|
/* Define if you have the strncasecmp function. */
|
|
#define HAVE_STRNCASECMP 1
|
|
|
|
/* Define if you have the strnicmp function. */
|
|
#define HAVE_STRNICMP 1
|
|
|
|
/* Define if you have the times function. */
|
|
#define HAVE_TIMES 1
|
|
|
|
/* Define if you have the <assert.h> header file. */
|
|
#define HAVE_ASSERT_H 1
|
|
|
|
/* Define if you have the <ctype.h> header file. */
|
|
#define HAVE_CTYPE_H 1
|
|
|
|
/* Define if you have the <endian.h> header file. */
|
|
/* #undef HAVE_ENDIAN_H */
|
|
|
|
/* Define if you have the <limits.h> header file. */
|
|
#define HAVE_LIMITS_H 1
|
|
|
|
/* Define if you have the <malloc.h> header file. */
|
|
#define HAVE_MALLOC_H 1
|
|
|
|
/* Define if you have the <memory.h> header file. */
|
|
#define HAVE_MEMORY_H 1
|
|
|
|
/* Define if you have the <signal.h> header file. */
|
|
#define HAVE_SIGNAL_H 1
|
|
|
|
/* Define if you have the <stddef.h> header file. */
|
|
#define HAVE_STDDEF_H 1
|
|
|
|
/* Define if you have the <sys/endian.h> header file. */
|
|
/* #undef HAVE_SYS_ENDIAN_H */
|
|
|
|
/* Define if you have the <sys/param.h> header file. */
|
|
#define HAVE_SYS_PARAM_H 1
|
|
|
|
/* Define if you have the <sys/resource.h> header file. */
|
|
#define HAVE_SYS_RESOURCE_H 1
|
|
|
|
/* Define if you have the <sys/time.h> header file. */
|
|
#define HAVE_SYS_TIME_H 1
|
|
|
|
/* Define if you have the <sys/times.h> header file. */
|
|
#define HAVE_SYS_TIMES_H 1
|
|
|
|
/* Define if you have the <time.h> header file. */
|
|
#define HAVE_TIME_H 1
|
|
|
|
/* Define if you have the <unchecked.h> header file. */
|
|
/* #undef HAVE_UNCHECKED_H */
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#define HAVE_UNISTD_H 1
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "ucl"
|
|
|
|
/* Version number of package */
|
|
#define VERSION "0.91"
|
|
|
|
/* Define if using the dmalloc debugging malloc package */
|
|
/* #undef WITH_DMALLOC */
|
|
|
|
|
|
/* $BOTTOM$ */
|
|
|
|
#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 defined(NO_MEMCMP)
|
|
# undef /**/ HAVE_MEMCMP
|
|
#endif
|
|
|
|
#if (SIZEOF_CHAR_P <= 0)
|
|
# undef /**/ SIZEOF_CHAR_P
|
|
#endif
|
|
|
|
#if (SIZEOF_PTRDIFF_T <= 0)
|
|
# undef /**/ SIZEOF_PTRDIFF_T
|
|
#endif
|
|
|
|
#if (SIZEOF_UNSIGNED <= 0)
|
|
# undef /**/ SIZEOF_UNSIGNED
|
|
#endif
|
|
|
|
#if (SIZEOF_UNSIGNED_LONG <= 0)
|
|
# undef /**/ SIZEOF_UNSIGNED_LONG
|
|
#endif
|
|
|
|
#if (SIZEOF_UNSIGNED_SHORT <= 0)
|
|
# undef /**/ SIZEOF_UNSIGNED_SHORT
|
|
#endif
|
|
|
|
#if (SIZEOF_SIZE_T <= 0)
|
|
# undef /**/ SIZEOF_SIZE_T
|
|
#endif
|
|
|
|
#endif /* already included */
|
|
|
|
/*
|
|
vi:ts=4
|
|
*/
|