config.h revision b0d196e1
1/* config.h. Generated from config.h.in by configure. */ 2/* config.h.in. Generated from configure.ac by autoheader. */ 3 4/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ 5#define BSD44SOCKETS 1 6 7/* Define to 1 if you have the <dlfcn.h> header file. */ 8#define HAVE_DLFCN_H 1 9 10/* Define to 1 if you have the <endian.h> header file. */ 11/* #undef HAVE_ENDIAN_H */ 12 13/* Define to 1 if you have the <inttypes.h> header file. */ 14#define HAVE_INTTYPES_H 1 15 16/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ 17/* #undef HAVE_LIBWS2_32 */ 18 19/* Define to 1 if you have the <memory.h> header file. */ 20#define HAVE_MEMORY_H 1 21 22/* Define to 1 if you have the `poll' function. */ 23#define HAVE_POLL 1 24 25/* Define to 1 if you have the <poll.h> header file. */ 26#define HAVE_POLL_H 1 27 28/* Define to 1 if you have the `readlink' function. */ 29#define HAVE_READLINK 1 30 31/* Define to 1 if the system has the type `socklen_t'. */ 32#define HAVE_SOCKLEN_T 1 33 34/* Define to 1 if you have the <stdint.h> header file. */ 35#define HAVE_STDINT_H 1 36 37/* Define to 1 if you have the <stdlib.h> header file. */ 38#define HAVE_STDLIB_H 1 39 40/* Define to 1 if you have the <strings.h> header file. */ 41#define HAVE_STRINGS_H 1 42 43/* Define to 1 if you have the <string.h> header file. */ 44#define HAVE_STRING_H 1 45 46/* Define to 1 if you have the <sys/poll.h> header file. */ 47#define HAVE_SYS_POLL_H 1 48 49/* Define to 1 if you have the <sys/stat.h> header file. */ 50#define HAVE_SYS_STAT_H 1 51 52/* Define to 1 if you have the <sys/types.h> header file. */ 53#define HAVE_SYS_TYPES_H 1 54 55/* Define to 1 if you have the <unistd.h> header file. */ 56#define HAVE_UNISTD_H 1 57 58/* Support IPv6 for TCP connections */ 59#define IPv6 1 60 61/* Support os-specific local connections */ 62/* #undef LOCALCONN */ 63 64/* Define to the sub-directory in which libtool stores uninstalled libraries. 65 */ 66#undef LT_OBJDIR 67 68/* Name of package */ 69#define PACKAGE "libXfont" 70 71/* Define to the address where bug reports for this package should be sent. */ 72#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" 73 74/* Define to the full name of this package. */ 75#define PACKAGE_NAME "libXfont" 76 77/* Define to the full name and version of this package. */ 78#define PACKAGE_STRING "libXfont 1.5.2" 79 80/* Define to the one symbol short name of this package. */ 81#define PACKAGE_TARNAME "libXfont" 82 83/* Define to the home page for this package. */ 84#undef PACKAGE_URL 85 86/* Define to the version of this package. */ 87#define PACKAGE_VERSION "1.5.2" 88 89/* Major version of this package */ 90#define PACKAGE_VERSION_MAJOR 1 91 92/* Minor version of this package */ 93#define PACKAGE_VERSION_MINOR 5 94 95/* Patch version of this package */ 96#define PACKAGE_VERSION_PATCHLEVEL 2 97 98/* Define to 1 if you have the ANSI C header files. */ 99#define STDC_HEADERS 1 100 101/* Support TCP socket connections */ 102#define TCPCONN 1 103 104/* Support UNIX socket connections */ 105#define UNIXCONN 1 106 107/* Enable extensions on AIX 3, Interix. */ 108#ifndef _ALL_SOURCE 109# undef _ALL_SOURCE 110#endif 111/* Enable GNU extensions on systems that have them. */ 112#ifndef _GNU_SOURCE 113# undef _GNU_SOURCE 114#endif 115/* Enable threading extensions on Solaris. */ 116#ifndef _POSIX_PTHREAD_SEMANTICS 117# undef _POSIX_PTHREAD_SEMANTICS 118#endif 119/* Enable extensions on HP NonStop. */ 120#ifndef _TANDEM_SOURCE 121# undef _TANDEM_SOURCE 122#endif 123/* Enable general extensions on Solaris. */ 124#ifndef __EXTENSIONS__ 125# undef __EXTENSIONS__ 126#endif 127 128 129/* Version number of package */ 130#define VERSION "1.5.2" 131 132/* Support bdf format bitmap font files */ 133#define XFONT_BDFFORMAT 1 134 135/* Support bitmap font files */ 136#define XFONT_BITMAP 1 137 138/* Support built-in fonts */ 139#define XFONT_BUILTINS 1 140 141/* Support the X Font Services Protocol */ 142#define XFONT_FC 1 143 144/* Support fonts in files */ 145#define XFONT_FONTFILE 1 146 147/* Support FreeType rasterizer for nearly all font file formats */ 148#define XFONT_FREETYPE 1 149 150/* Support pcf format bitmap font files */ 151#define XFONT_PCFFORMAT 1 152 153/* Support snf format bitmap font files */ 154#define XFONT_SNFFORMAT 1 155 156/* Support bzip2 for bitmap fonts */ 157#define X_BZIP2_FONT_COMPRESSION 1 158 159/* Support gzip for bitmap fonts */ 160#define X_GZIP_FONT_COMPRESSION 1 161 162/* Define to 1 if on MINIX. */ 163/* #undef _MINIX */ 164 165/* Define to 2 if the system does not provide POSIX.1 features except with 166 this defined. */ 167/* #undef _POSIX_1_SOURCE */ 168 169/* Define to 1 if you need to in order for `stat' and other things to work. */ 170/* #undef _POSIX_SOURCE */ 171 172/* Defined if needed to expose struct msghdr.msg_control */ 173/* #undef _XOPEN_SOURCE */ 174