Search
lxdream.org :: lxdream/config.h.in
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 174:a89c507a9a8d
prev1:eea311cfd33e
next526:ba3da45b5754
author nkeynes
date Sun Jan 14 02:55:25 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Add work-in-progress YUV 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@1
    10
/* always defined to indicate that i18n is enabled */
nkeynes@1
    11
#undef ENABLE_NLS
nkeynes@1
    12
nkeynes@1
    13
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
nkeynes@1
    14
#undef HAVE_BIND_TEXTDOMAIN_CODESET
nkeynes@1
    15
nkeynes@1
    16
/* Define to 1 if you have the `dcgettext' function. */
nkeynes@1
    17
#undef HAVE_DCGETTEXT
nkeynes@1
    18
nkeynes@1
    19
/* Define if the GNU gettext() function is already present or preinstalled. */
nkeynes@1
    20
#undef HAVE_GETTEXT
nkeynes@1
    21
nkeynes@1
    22
/* Define to 1 if you have the <inttypes.h> header file. */
nkeynes@1
    23
#undef HAVE_INTTYPES_H
nkeynes@1
    24
nkeynes@1
    25
/* Define if your <locale.h> file defines LC_MESSAGES. */
nkeynes@1
    26
#undef HAVE_LC_MESSAGES
nkeynes@1
    27
nkeynes@174
    28
/* Define to 1 if you have the `GL' library (-lGL). */
nkeynes@174
    29
#undef HAVE_LIBGL
nkeynes@174
    30
nkeynes@1
    31
/* Define to 1 if you have the <locale.h> header file. */
nkeynes@1
    32
#undef HAVE_LOCALE_H
nkeynes@1
    33
nkeynes@1
    34
/* Define to 1 if you have the <memory.h> header file. */
nkeynes@1
    35
#undef HAVE_MEMORY_H
nkeynes@1
    36
nkeynes@1
    37
/* Define to 1 if you have the <stdint.h> header file. */
nkeynes@1
    38
#undef HAVE_STDINT_H
nkeynes@1
    39
nkeynes@1
    40
/* Define to 1 if you have the <stdlib.h> header file. */
nkeynes@1
    41
#undef HAVE_STDLIB_H
nkeynes@1
    42
nkeynes@1
    43
/* Define to 1 if you have the <strings.h> header file. */
nkeynes@1
    44
#undef HAVE_STRINGS_H
nkeynes@1
    45
nkeynes@1
    46
/* Define to 1 if you have the <string.h> header file. */
nkeynes@1
    47
#undef HAVE_STRING_H
nkeynes@1
    48
nkeynes@1
    49
/* Define to 1 if you have the <sys/stat.h> header file. */
nkeynes@1
    50
#undef HAVE_SYS_STAT_H
nkeynes@1
    51
nkeynes@1
    52
/* Define to 1 if you have the <sys/types.h> header file. */
nkeynes@1
    53
#undef HAVE_SYS_TYPES_H
nkeynes@1
    54
nkeynes@1
    55
/* Define to 1 if you have the <unistd.h> header file. */
nkeynes@1
    56
#undef HAVE_UNISTD_H
nkeynes@1
    57
nkeynes@1
    58
/* Name of package */
nkeynes@1
    59
#undef PACKAGE
nkeynes@1
    60
nkeynes@1
    61
/* Define to the address where bug reports for this package should be sent. */
nkeynes@1
    62
#undef PACKAGE_BUGREPORT
nkeynes@1
    63
nkeynes@1
    64
/* Define to the full name of this package. */
nkeynes@1
    65
#undef PACKAGE_NAME
nkeynes@1
    66
nkeynes@1
    67
/* Define to the full name and version of this package. */
nkeynes@1
    68
#undef PACKAGE_STRING
nkeynes@1
    69
nkeynes@1
    70
/* Define to the one symbol short name of this package. */
nkeynes@1
    71
#undef PACKAGE_TARNAME
nkeynes@1
    72
nkeynes@1
    73
/* Define to the version of this package. */
nkeynes@1
    74
#undef PACKAGE_VERSION
nkeynes@1
    75
nkeynes@1
    76
/* Define to 1 if you have the ANSI C header files. */
nkeynes@1
    77
#undef STDC_HEADERS
nkeynes@1
    78
nkeynes@1
    79
/* Version number of package */
nkeynes@1
    80
#undef VERSION
.