Buchempfehlung
Mikrocomputertechnik mit Controllern der Atmel AVR-RISC-Familie
Mikrocomputertechnik mit Controllern der Atmel AVR-RISC-Familie
Umfassend, aber leicht verständlich führt dieses Buch in die Programmierung von ATMEL AVR Mikrocontrollern ein. [Mehr Infos...]
FreeBASIC-Chat
Es sind Benutzer im FreeBASIC-Chat online.
(Stand:  )
FreeBASIC bei Twitter
Twitter FreeBASIC-Nachrichten jetzt auch über Twitter erhalten. Follow us!

fb:porticula NoPaste

Info
Info / Hilfe
Liste
Übersicht / Liste
Neu
Datei hochladen
Suche
Quellcode suchen
Download
Dateidownload

config.h (für gfxlib)

Uploader:RedakteurSt_W
Datum/Zeit:02.01.2010 21:50:18

/* config.h.  Generated from config.in by configure.  */
/* config.in.  Generated from configure.ac by autoheader.  */

/* Define To one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
   systems. This Function Is required For `alloca.c' support on those systems.
   */
/* #undef CRAY_STACKSEG_END */

/* Define To 1 If Using `alloca.c'. */
/* #undef C_ALLOCA */

/* Define To 1 If you have `alloca', as a function or macro. */
#define HAVE_ALLOCA 1

/* Define To 1 If you have <alloca.h> And it should be used (Not on Ultrix).
   */
/* #undef HAVE_ALLOCA_H */

/* Define To 1 If you have the `atexit' function. */
#define HAVE_ATEXIT 1

/* Define To 1 If you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1

/* Define To 1 If you have the `floor' function. */
#define HAVE_FLOOR 1

/* Define To 1 If you have the <GL/gl.h> header file. */
#define HAVE_GL_GL_H 1

/* Define To 1 If you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define To 1 If you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1

/* Define To 1 If your System has a GNU libc compatible `malloc' function, and
   To 0 otherwise. */
#define HAVE_MALLOC 1

/* Define To 1 If you have the <malloc.h> header file. */
#define HAVE_MALLOC_H 1

/* Define To 1 If you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define To 1 If you have the `memset' function. */
#define HAVE_MEMSET 1

/* Define To 1 If your System has a GNU libc compatible `realloc' function,
   And To 0 otherwise. */
#define HAVE_REALLOC 1

/* Define To 1 If you have the `snprintf' function. */
#define HAVE_SNPRINTF 1

/* Define To 1 If you have the `sqrt' function. */
#define HAVE_SQRT 1

/* Define To 1 If you have the <stddef.h> header file. */
#define HAVE_STDDEF_H 1

/* Define To 1 If you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define To 1 If you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define To 1 If you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1

/* Define To 1 If you have the `strdup' function. */
#define HAVE_STRDUP 1

/* Define To 1 If you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define To 1 If you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define To 1 If you have the `strrchr' function. */
#define HAVE_STRRCHR 1

/* Define To 1 If you have the <sys/Ioctl.h> header file. */
/* #undef HAVE_SYS_IOCTL_H */

/* Define To 1 If you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define To 1 If you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define To 1 If you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define To the address where bug reports For this package should be sent. */
#define PACKAGE_BUGREPORT "http://sourceforge.net/projects/fbc"

/* Define To the full Name of this package. */
#define PACKAGE_NAME "fbgfxlib"

/* Define To the full Name And version of this package. */
#define PACKAGE_STRING "fbgfxlib 0.20.0"

/* Define To the one symbol Short Name of this package. */
#define PACKAGE_TARNAME "fbgfxlib"

/* Define To the version of this package. */
#define PACKAGE_VERSION "0.20.0"

/* If Using the C implementation of alloca, Define If you know the
   direction of stack growth For your System; otherwise it will be
   automatically deduced at runtime.
        STACK_DIRECTION > 0 => grows toward higher addresses
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown */
/* #undef STACK_DIRECTION */

/* Define To 1 If you have the ANSI C header Files. */
#define STDC_HEADERS 1

/* Unix Base build */
/* #undef TARGET_BASE_UNIX */

/* Cygwin build */
/* #undef TARGET_CYGWIN */

/* Djgpp build */
/* #undef TARGET_DOS */

/* FreeBSD build */
/* #undef TARGET_FREEBSD */

/* Linux build */
/* #undef TARGET_LINUX */

/* NetBSD build */
/* #undef TARGET_NETBSD */

/* OpenBSD build */
/* #undef TARGET_OPENBSD */

/* Powerpc64 build */
/* #undef TARGET_POWERPC64 */

/* Solaris build */
/* #undef TARGET_SOLARIS */

/* Sparc64 build */
/* #undef TARGET_SPARC64 */

/* Win32 build */
#define TARGET_WIN32 1

/* x86 build */
#define TARGET_X86 1

/* x86_64 build */
/* #undef TARGET_X86_64 */

/* Xbox build */
/* #undef TARGET_XBOX */

/* Define To 1 If you want To use the X Window System */
/* #undef WITH_X */

/* Define WORDS_BIGENDIAN To 1 If your processor stores words With the most
   significant Byte first (like Motorola And SPARC, unlike Intel And VAX). */
#if defined __BIG_ENDIAN__
# Define WORDS_BIGENDIAN 1
#elif ! defined __LITTLE_ENDIAN__
/* # undef WORDS_BIGENDIAN */
#endif

/* File offset bits */
#define _FILE_OFFSET_BITS 64

/* Define To empty If `Const' does not conform to ANSI C. */
/* #undef Const */

/* Define To rpl_malloc If the replacement Function should be used. */
/* #undef malloc */

/* Define To rpl_realloc If the replacement Function should be used. */
/* #undef realloc */

/* Define To `Unsigned Int' if <sys/types.h> does not define. */
/* #undef size_t */