1 /* 2 * Copyright (C) 2021 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 */ 14 /* config.h. Generated from config.h.in by configure. */ 15 /* config.h.in. Generated from configure.ac by autoheader. */ 16 17 #ifndef CONFIG_H 18 #define CONFIG_H 19 20 /* Directory where bannertopdf finds its data files (PDF templates) */ 21 #define BANNERTOPDF_DATADIR "/usr/share/cups/data" 22 #define CUPS_1_4 1 23 #define CUPS_ACROREAD "acroread" 24 #define CUPS_DATADIR "/usr/share/cups" 25 #define CUPS_DEFAULT_DOMAINSOCKET "/var/run/cups/cups.sock" 26 #define CUPS_FONTPATH "/usr/share/cups/fonts" 27 #define CUPS_IPPFIND "ippfind" 28 #define CUPS_PDFTOPS_MAX_RESOLUTION 1440 29 #define CUPS_SERVERBIN "/usr/lib/cups" 30 #define CUPS_SERVERROOT "/etc/cups" 31 #define CUPS_STATEDIR "/var/run/cups" 32 #define ENABLE_NLS 1 33 #define HAVE_CXX11 1 34 #define HAVE_DCGETTEXT 1 35 #define HAVE_DIRENT_H 1 36 #define HAVE_DLFCN_H 1 37 #define HAVE_ENDIAN_H 1 38 #define HAVE_FREETYPE_H 1 39 #define HAVE_GETLINE 1 40 #define HAVE_GETTEXT 1 41 #define HAVE_ICONV 1 42 #define HAVE_INTTYPES_H 1 43 #define HAVE_JPEGLIB_H 1 44 #define HAVE_LDAP 45 #define HAVE_LDAP_REBIND_PROC 46 #define HAVE_LDAP_SSL 47 #define HAVE_LIBJPEG 48 #define HAVE_LIBPNG 49 #define HAVE_LIBZ 50 #define HAVE_LONG_LONG 51 #define HAVE_OPENLDAP 52 #define HAVE_OPEN_MEMSTREAM 1 53 #define HAVE_POPPLER_PDFTOPS_WITH_ORIGPAGESIZES 54 #define HAVE_POPPLER_PDFTOPS_WITH_RESOLUTION 55 #define HAVE_SIGACTION 1 56 #define HAVE_STDINT_H 1 57 #define HAVE_STDIO_H 1 58 #define HAVE_STDLIB_H 1 59 #define HAVE_STRCASESTR 1 60 #define HAVE_STRINGS_H 1 61 #define HAVE_STRING_H 1 62 #define HAVE_STRTOLL 1 63 #define HAVE_SYS_IOCTL_H 1 64 #define HAVE_SYS_STAT_H 1 65 #define HAVE_SYS_TYPES_H 1 66 #define HAVE_TIFF_H 1 67 #define HAVE_UNISTD_H 1 68 #define HAVE_WAIT3 1 69 #define HAVE_WAITPID 1 70 #define HAVE_ZLIB_H 1 71 #define ICONV_CONST 72 #define LT_OBJDIR ".libs/" 73 #define PACKAGE "cups-filters" 74 #define PACKAGE_BUGREPORT "" 75 #define PACKAGE_NAME "cups-filters" 76 #define PACKAGE_STRING "cups-filters 1.28.17" 77 #define PACKAGE_TARNAME "cups-filters" 78 #define PACKAGE_URL "" 79 #define PACKAGE_VERSION "1.28.17" 80 #define QPDF_HAVE_PCLM 1 81 #define SHELL "/bin/bash" 82 #define STDC_HEADERS 1 83 #define VERSION "1.28.17" 84 #define CUPS_LLFMT "%lld" 85 #define CUPS_LLCAST (long long) 86 87 #ifdef HAVE_ARC4RANDOM 88 # define CUPS_RAND() arc4random() 89 # define CUPS_SRAND(v) arc4random_stir() 90 #else 91 # define CUPS_RAND() rand() 92 # define CUPS_SRAND(v) srand(v) 93 #endif /* HAVE_ARC4RANDOM */ 94 95 #endif /* CONFIG_H */ 96