Main Page | Class List | File List | Class Members | File Members | Related Pages

giftconfig.h File Reference

Compile-time libgiFT environment configuration. More...

Go to the source code of this file.

Defines

#define EXTERN_C_BEGIN
#define EXTERN_C_END
#define TIME_WITH_SYS_TIME   1
#define HAVE_SYS_TIME_H   1
#define _FILE_OFFSET_BITS   64
#define _LARGE_FILES   no
#define VA_COPY_FUNC   va_copy
#define SIZEOF_SHORT   2
#define SIZEOF_INT   4
#define SIZEOF_LONG   4
#define HAVE_STDBOOL_H   1
#define BOOL   int
#define TRUE   1
#define FALSE   0
#define HAVE_FTRUNCATE   1
#define HAVE_GETTIMEOFDAY   1
#define HAVE_INET_NTOP   1
#define HAVE_INET_PTON   1
#define HAVE_MADVISE   1
#define HAVE_MKSTEMP   1
#define HAVE_NICE   1
#define HAVE_SELECT   1
#define HAVE_POLL   1
#define HAVE_RMDIR   1
#define HAVE_SIGNAL   1
#define HAVE_SOCKET   1
#define HAVE_SOCKETPAIR   1
#define HAVE_SNPRINTF   1
#define HAVE_VSNPRINTF   1
#define HAVE_STRCASECMP   1
#define HAVE_STRCSPN   1
#define HAVE_STRNCASECMP   1
#define HAVE_STRPBRK   1
#define HAVE_STRSEP   1
#define HAVE_STRSPN   1
#define HAVE_STRTOL   1
#define HAVE_STRTOUL   1
#define HAVE_UNLINK   1
#define PLUGIN_DIR   "/usr/local/lib/giFT"
#define DATA_DIR   "/usr/local/share/giFT"
#define GIFT_PACKAGE   "giFT"
#define GIFT_VERSION   ""
#define HAVE_DIRENT_H   1
#define HAVE_FCNTL_H   1
#define HAVE_GETOPT_H   1
#define HAVE_INTTYPES_H   1
#define HAVE_LIMITS_H   1
#define HAVE_LINUX_LIMITS_H   1
#define HAVE_MEMORY_H   1
#define HAVE_STDLIB_H   1
#define HAVE_STDINT_H   1
#define HAVE_STRINGS_H   1
#define HAVE_SYSLOG_H   1
#define HAVE_SYS_MMAN_H   1
#define HAVE_SYS_STAT_H   1
#define HAVE_SYS_TYPES_H   1
#define HAVE_UNISTD_H   1
#define LIBGIFT_VERSION
#define LIBGIFT_VERSIONSTR   "0.12.0"
#define VA_COPY   VA_COPY_FUNC


Detailed Description

Compile-time libgiFT environment configuration.

This file is produced automagically by autoconf during configure. It includes some hardcoded features of the basic libgiFT environment as well as some determined by autoconf.


Define Documentation

#define LIBGIFT_VERSION
 

Value:

((((0) & 0xff) << 16) | \ (((12) & 0xff) << 8) | \ (((0) & 0xff)))


Generated on Sun Aug 22 07:56:41 2004 by doxygen 1.3.7