Search
lxdream.org :: lxdream/config.h.in
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 539:75f3e594d4a7
prev529:06ffbecc7262
next562:e598411b640b
author nkeynes
date Thu Nov 29 09:28:28 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Refactor GLX support and implement pbuffer rendering support
file annotate diff log raw
nkeynes@1
     1
/* config.h.in.  Generated from configure.in by autoheader.  */
nkeynes@1
     2
#undef ENABLE_NLS
nkeynes@1
     3
#undef HAVE_CATGETS
nkeynes@1
     4
#undef HAVE_GETTEXT
nkeynes@1
     5
#undef GETTEXT_PACKAGE
nkeynes@1
     6
#undef HAVE_LC_MESSAGES
nkeynes@1
     7
#undef HAVE_STPCPY
nkeynes@1
     8
#undef HAVE_LIBSM
nkeynes@1
     9
nkeynes@539
    10
/* Building on an apple platform. Things are different... */
nkeynes@539
    11
#undef APPLE_BUILD
nkeynes@539
    12
nkeynes@1
    13
/* always defined to indicate that i18n is enabled */
nkeynes@1
    14
#undef ENABLE_NLS
nkeynes@1
    15
nkeynes@529
    16
/* translation domain */
nkeynes@529
    17
#undef GETTEXT_PACKAGE
nkeynes@529
    18
nkeynes@1
    19
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
nkeynes@1
    20
#undef HAVE_BIND_TEXTDOMAIN_CODESET
nkeynes@1
    21
nkeynes@539
    22
/* Have Carbon framework */
nkeynes@539
    23
#undef HAVE_CARBON
nkeynes@539
    24
nkeynes@1
    25
/* Define to 1 if you have the `dcgettext' function. */
nkeynes@1
    26
#undef HAVE_DCGETTEXT
nkeynes@1
    27
nkeynes@529
    28
/* Have esound support */
nkeynes@529
    29
#undef HAVE_ESOUND
nkeynes@529
    30
nkeynes@1
    31
/* Define if the GNU gettext() function is already present or preinstalled. */
nkeynes@1
    32
#undef HAVE_GETTEXT
nkeynes@1
    33
nkeynes@539
    34
/* Have GTK libraries */
nkeynes@539
    35
#undef HAVE_GTK
nkeynes@539
    36
nkeynes@1
    37
/* Define to 1 if you have the <inttypes.h> header file. */
nkeynes@1
    38
#undef HAVE_INTTYPES_H
nkeynes@1
    39
nkeynes@1
    40
/* Define if your <locale.h> file defines LC_MESSAGES. */
nkeynes@1
    41
#undef HAVE_LC_MESSAGES
nkeynes@1
    42
nkeynes@174
    43
/* Define to 1 if you have the `GL' library (-lGL). */
nkeynes@174
    44
#undef HAVE_LIBGL
nkeynes@174
    45
nkeynes@526
    46
/* Define to 1 if you have the `z' library (-lz). */
nkeynes@526
    47
#undef HAVE_LIBZ
nkeynes@526
    48
nkeynes@1
    49
/* Define to 1 if you have the <locale.h> header file. */
nkeynes@1
    50
#undef HAVE_LOCALE_H
nkeynes@1
    51
nkeynes@1
    52
/* Define to 1 if you have the <memory.h> header file. */
nkeynes@1
    53
#undef HAVE_MEMORY_H
nkeynes@1
    54
nkeynes@1
    55
/* Define to 1 if you have the <stdint.h> header file. */
nkeynes@1
    56
#undef HAVE_STDINT_H
nkeynes@1
    57
nkeynes@1
    58
/* Define to 1 if you have the <stdlib.h> header file. */
nkeynes@1
    59
#undef HAVE_STDLIB_H
nkeynes@1
    60
nkeynes@1
    61
/* Define to 1 if you have the <strings.h> header file. */
nkeynes@1
    62
#undef HAVE_STRINGS_H
nkeynes@1
    63
nkeynes@1
    64
/* Define to 1 if you have the <string.h> header file. */
nkeynes@1
    65
#undef HAVE_STRING_H
nkeynes@1
    66
nkeynes@1
    67
/* Define to 1 if you have the <sys/stat.h> header file. */
nkeynes@1
    68
#undef HAVE_SYS_STAT_H
nkeynes@1
    69
nkeynes@1
    70
/* Define to 1 if you have the <sys/types.h> header file. */
nkeynes@1
    71
#undef HAVE_SYS_TYPES_H
nkeynes@1
    72
nkeynes@1
    73
/* Define to 1 if you have the <unistd.h> header file. */
nkeynes@1
    74
#undef HAVE_UNISTD_H
nkeynes@1
    75
nkeynes@1
    76
/* Name of package */
nkeynes@1
    77
#undef PACKAGE
nkeynes@1
    78
nkeynes@1
    79
/* Define to the address where bug reports for this package should be sent. */
nkeynes@1
    80
#undef PACKAGE_BUGREPORT
nkeynes@1
    81
nkeynes@1
    82
/* Define to the full name of this package. */
nkeynes@1
    83
#undef PACKAGE_NAME
nkeynes@1
    84
nkeynes@1
    85
/* Define to the full name and version of this package. */
nkeynes@1
    86
#undef PACKAGE_STRING
nkeynes@1
    87
nkeynes@1
    88
/* Define to the one symbol short name of this package. */
nkeynes@1
    89
#undef PACKAGE_TARNAME
nkeynes@1
    90
nkeynes@1
    91
/* Define to the version of this package. */
nkeynes@1
    92
#undef PACKAGE_VERSION
nkeynes@1
    93
nkeynes@526
    94
/* SH4 Translator to use (if any) */
nkeynes@526
    95
#undef SH4_TRANSLATOR
nkeynes@526
    96
nkeynes@1
    97
/* Define to 1 if you have the ANSI C header files. */
nkeynes@1
    98
#undef STDC_HEADERS
nkeynes@1
    99
nkeynes@1
   100
/* Version number of package */
nkeynes@1
   101
#undef VERSION
.