Search
lxdream.org :: lxdream/config.h.in
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 562:e598411b640b
prev539:75f3e594d4a7
next614:a2d239d4438a
author nkeynes
date Thu Jan 17 10:17:32 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Change recovery table to offset rather than pointer (so as to survive block moves)
view annotate diff log raw
     1 /* config.h.in.  Generated from configure.in by autoheader.  */
     2 #undef ENABLE_NLS
     3 #undef HAVE_CATGETS
     4 #undef HAVE_GETTEXT
     5 #undef GETTEXT_PACKAGE
     6 #undef HAVE_LC_MESSAGES
     7 #undef HAVE_STPCPY
     8 #undef HAVE_LIBSM
    10 /* Building on an apple platform. Things are different... */
    11 #undef APPLE_BUILD
    13 /* always defined to indicate that i18n is enabled */
    14 #undef ENABLE_NLS
    16 /* Enable IO tracing */
    17 #undef ENABLE_TRACE_IO
    19 /* Enable watchpoints */
    20 #undef ENABLE_WATCH
    22 /* translation domain */
    23 #undef GETTEXT_PACKAGE
    25 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
    26 #undef HAVE_BIND_TEXTDOMAIN_CODESET
    28 /* Have Carbon framework */
    29 #undef HAVE_CARBON
    31 /* Define to 1 if you have the `dcgettext' function. */
    32 #undef HAVE_DCGETTEXT
    34 /* Have esound support */
    35 #undef HAVE_ESOUND
    37 /* Define if the GNU gettext() function is already present or preinstalled. */
    38 #undef HAVE_GETTEXT
    40 /* Have GTK libraries */
    41 #undef HAVE_GTK
    43 /* Define to 1 if you have the <inttypes.h> header file. */
    44 #undef HAVE_INTTYPES_H
    46 /* Define if your <locale.h> file defines LC_MESSAGES. */
    47 #undef HAVE_LC_MESSAGES
    49 /* Define to 1 if you have the `GL' library (-lGL). */
    50 #undef HAVE_LIBGL
    52 /* Define to 1 if you have the `z' library (-lz). */
    53 #undef HAVE_LIBZ
    55 /* Define to 1 if you have the <locale.h> header file. */
    56 #undef HAVE_LOCALE_H
    58 /* Define to 1 if you have the <memory.h> header file. */
    59 #undef HAVE_MEMORY_H
    61 /* Define to 1 if you have the <stdint.h> header file. */
    62 #undef HAVE_STDINT_H
    64 /* Define to 1 if you have the <stdlib.h> header file. */
    65 #undef HAVE_STDLIB_H
    67 /* Define to 1 if you have the <strings.h> header file. */
    68 #undef HAVE_STRINGS_H
    70 /* Define to 1 if you have the <string.h> header file. */
    71 #undef HAVE_STRING_H
    73 /* Define to 1 if you have the <sys/stat.h> header file. */
    74 #undef HAVE_SYS_STAT_H
    76 /* Define to 1 if you have the <sys/types.h> header file. */
    77 #undef HAVE_SYS_TYPES_H
    79 /* Define to 1 if you have the <unistd.h> header file. */
    80 #undef HAVE_UNISTD_H
    82 /* Name of package */
    83 #undef PACKAGE
    85 /* Define to the address where bug reports for this package should be sent. */
    86 #undef PACKAGE_BUGREPORT
    88 /* Define to the full name of this package. */
    89 #undef PACKAGE_NAME
    91 /* Define to the full name and version of this package. */
    92 #undef PACKAGE_STRING
    94 /* Define to the one symbol short name of this package. */
    95 #undef PACKAGE_TARNAME
    97 /* Define to the version of this package. */
    98 #undef PACKAGE_VERSION
   100 /* SH4 Translator to use (if any) */
   101 #undef SH4_TRANSLATOR
   103 /* Define to 1 if you have the ANSI C header files. */
   104 #undef STDC_HEADERS
   106 /* Version number of package */
   107 #undef VERSION
.