Commit automatically generated files

This commit is contained in:
Jay Berkenbilt 2018-10-11 17:23:24 -04:00
parent 449cb67915
commit d1368a3851
5 changed files with 19451 additions and 4 deletions

4
.gitignore vendored
View File

@ -1,13 +1,10 @@
*.pdb
.lineno
aclocal.m4
appimage/build
autoconf.mk
autofiles.zip
autom4te.cache/
config.log
config.status
configure
distfiles.zip
doc/fix-qdf.1
doc/qpdf-manual.html
@ -20,7 +17,6 @@ libqpdf.map
libqpdf.pc
libqpdf/build/
libqpdf/qpdf/qpdf-config.h
libqpdf/qpdf/qpdf-config.h.in
libtests/build/
libtool
manual/build/

20
aclocal.m4 vendored Normal file
View File

@ -0,0 +1,20 @@
# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([m4/ax_random_device.m4])
m4_include([m4/libtool.m4])
m4_include([m4/ltoptions.m4])
m4_include([m4/ltsugar.m4])
m4_include([m4/ltversion.m4])
m4_include([m4/lt~obsolete.m4])

7
autofiles.sums Normal file
View File

@ -0,0 +1,7 @@
6a272d87172f1f26da483460ab1c5646 configure.ac
d16a8e8947744745887520e331e59e39 m4/ax_random_device.m4
2cc70ef55adb11e355f6e8c30dcab090 m4/libtool.m4
064af1799febaa676203302bbf359180 m4/ltoptions.m4
fa2891f9060865871cbbaa1c6e2d96f4 m4/ltsugar.m4
d936fd6b2025c9b5322f826117d7f30c m4/ltversion.m4
22aa295bf5320aec7fba6756ff11058a m4/lt~obsolete.m4

19321
configure vendored Executable file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,103 @@
/* libqpdf/qpdf/qpdf-config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#undef HAVE_FSEEKO
/* Define to 1 if you have the `fseeko64' function. */
#undef HAVE_FSEEKO64
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the `random' function. */
#undef HAVE_RANDOM
/* Define to 1 (and set RANDOM_DEVICE) if a random device is available */
#undef HAVE_RANDOM_DEVICE
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to the filename of the random device (and set HAVE_RANDOM_DEVICE) */
#undef RANDOM_DEVICE
/* Whether to suppres use of OS-provided secure random numbers */
#undef SKIP_OS_SECURE_RANDOM
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Whether to use insecure random numbers */
#undef USE_INSECURE_RANDOM
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#undef _LARGEFILE_SOURCE
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT32_T
/* Define to the type of an unsigned integer type of width exactly 16 bits if
such a type exists and the standard includes do not define it. */
#undef uint16_t
/* Define to the type of an unsigned integer type of width exactly 32 bits if
such a type exists and the standard includes do not define it. */
#undef uint32_t