Annotation of generator/config.h.in, revision 1.1.1.4

1.1.1.4 ! root        1: /* config.h.in.  Generated from configure.ac by autoheader.  */
1.1       root        2: 
1.1.1.3   root        3: /* Undefine if your processor can read unaligned 32-bit values */
                      4: #undef ALIGNLONGS
1.1       root        5: 
1.1.1.3   root        6: /* Allegro version */
                      7: #undef ALLEGRO
1.1       root        8: 
1.1.1.3   root        9: /* Define to use the portable C mz80 z80 emulation */
                     10: #undef CMZ80
1.1       root       11: 
1.1.1.3   root       12: /* Define for direct ram writes (faster) */
                     13: #undef DIRECTRAM
1.1       root       14: 
1.1.1.4 ! root       15: /* Define to 1 if you have the <inttypes.h> header file. */
1.1.1.3   root       16: #undef HAVE_INTTYPES_H
1.1       root       17: 
1.1.1.4 ! root       18: /* Define to 1 if you have the <memory.h> header file. */
1.1.1.3   root       19: #undef HAVE_MEMORY_H
1.1       root       20: 
1.1.1.4 ! root       21: /* Define to 1 if you have the `snprintf' function. */
1.1.1.3   root       22: #undef HAVE_SNPRINTF
1.1       root       23: 
1.1.1.4 ! root       24: /* Define to 1 if you have the <stdint.h> header file. */
1.1.1.3   root       25: #undef HAVE_STDINT_H
1.1       root       26: 
1.1.1.4 ! root       27: /* Define to 1 if you have the <stdlib.h> header file. */
1.1.1.3   root       28: #undef HAVE_STDLIB_H
1.1       root       29: 
1.1.1.4 ! root       30: /* Define to 1 if you have the <strings.h> header file. */
1.1.1.3   root       31: #undef HAVE_STRINGS_H
1.1       root       32: 
1.1.1.4 ! root       33: /* Define to 1 if you have the <string.h> header file. */
1.1.1.3   root       34: #undef HAVE_STRING_H
1.1       root       35: 
1.1.1.4 ! root       36: /* Define to 1 if you have the <sys/stat.h> header file. */
1.1.1.3   root       37: #undef HAVE_SYS_STAT_H
                     38: 
1.1.1.4 ! root       39: /* Define to 1 if you have the <sys/types.h> header file. */
1.1.1.3   root       40: #undef HAVE_SYS_TYPES_H
1.1       root       41: 
1.1.1.4 ! root       42: /* Define to 1 if you have the <tcl8.0.h> header file. */
1.1       root       43: #undef HAVE_TCL8_0_H
                     44: 
1.1.1.4 ! root       45: /* Define to 1 if you have the <tk8.0.h> header file. */
1.1       root       46: #undef HAVE_TK8_0_H
                     47: 
1.1.1.4 ! root       48: /* Define to 1 if you have the <unistd.h> header file. */
1.1.1.3   root       49: #undef HAVE_UNISTD_H
1.1       root       50: 
1.1.1.4 ! root       51: /* JPEG features */
        !            52: #undef JPEG
        !            53: 
1.1.1.3   root       54: /* Define to turn off all logging */
                     55: #undef NOLOGGING
1.1       root       56: 
1.1.1.3   root       57: /* Name of package */
                     58: #undef PACKAGE
1.1       root       59: 
1.1.1.4 ! root       60: /* Define to the address where bug reports for this package should be sent. */
        !            61: #undef PACKAGE_BUGREPORT
        !            62: 
        !            63: /* Define to the full name of this package. */
        !            64: #undef PACKAGE_NAME
        !            65: 
        !            66: /* Define to the full name and version of this package. */
        !            67: #undef PACKAGE_STRING
        !            68: 
        !            69: /* Define to the one symbol short name of this package. */
        !            70: #undef PACKAGE_TARNAME
        !            71: 
        !            72: /* Define to the version of this package. */
        !            73: #undef PACKAGE_VERSION
        !            74: 
1.1.1.3   root       75: /* Define if you have an ARM processor */
                     76: #undef PROCESSOR_ARM
1.1.1.2   root       77: 
1.1       root       78: /* Define if you have an x86 processor */
                     79: #undef PROCESSOR_INTEL
                     80: 
                     81: /* Define if you have a sparc processor */
                     82: #undef PROCESSOR_SPARC
                     83: 
1.1.1.3   root       84: /* Define to use RAZE z80 emulation */
                     85: #undef RAZE
1.1       root       86: 
1.1.1.3   root       87: /* Define as the return type of signal handlers (`int' or `void'). */
                     88: #undef RETSIGTYPE
                     89: 
                     90: /* The size of a `unsigned char', as computed by sizeof. */
                     91: #undef SIZEOF_UNSIGNED_CHAR
                     92: 
                     93: /* The size of a `unsigned int', as computed by sizeof. */
                     94: #undef SIZEOF_UNSIGNED_INT
                     95: 
                     96: /* The size of a `unsigned long', as computed by sizeof. */
                     97: #undef SIZEOF_UNSIGNED_LONG
1.1       root       98: 
1.1.1.3   root       99: /* The size of a `unsigned long long', as computed by sizeof. */
                    100: #undef SIZEOF_UNSIGNED_LONG_LONG
                    101: 
                    102: /* The size of a `unsigned short', as computed by sizeof. */
                    103: #undef SIZEOF_UNSIGNED_SHORT
                    104: 
1.1.1.4 ! root      105: /* Define to 1 if you have the ANSI C header files. */
1.1.1.3   root      106: #undef STDC_HEADERS
                    107: 
                    108: /* Version number of package */
                    109: #undef VERSION
                    110: 
1.1.1.4 ! root      111: /* Define to 1 if your processor stores words with the most significant byte
        !           112:    first (like Motorola and SPARC, unlike Intel and VAX). */
1.1.1.3   root      113: #undef WORDS_BIGENDIAN
                    114: 
                    115: /* Define to empty if `const' does not conform to ANSI C. */
                    116: #undef const
                    117: 
                    118: /* Define as `__inline' if that's what the C compiler calls it, or to nothing
                    119:    if it is not supported. */
                    120: #undef inline

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.