summaryrefslogtreecommitdiff
path: root/xdelta3/config.h.in
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2014-01-14 06:27:04 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2014-01-14 06:27:04 +0000
commit9e98593f4cbaa59b8fdef989983a4fc727685b4c (patch)
tree1d1c785b089b8e939f81d686847866749832177b /xdelta3/config.h.in
parent83253f41e9c16c7c043df5930da1f57fca3d294d (diff)
3.0.8 release
Diffstat (limited to 'xdelta3/config.h.in')
-rw-r--r--xdelta3/config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/xdelta3/config.h.in b/xdelta3/config.h.in
index 45309d0..70bb1c2 100644
--- a/xdelta3/config.h.in
+++ b/xdelta3/config.h.in
@@ -3,6 +3,9 @@
3/* Define if pointers to integers require aligned access */ 3/* Define if pointers to integers require aligned access */
4#undef HAVE_ALIGNED_ACCESS_REQUIRED 4#undef HAVE_ALIGNED_ACCESS_REQUIRED
5 5
6/* Define to 1 if you have the <dlfcn.h> header file. */
7#undef HAVE_DLFCN_H
8
6/* Define to 1 if you have the <inttypes.h> header file. */ 9/* Define to 1 if you have the <inttypes.h> header file. */
7#undef HAVE_INTTYPES_H 10#undef HAVE_INTTYPES_H
8 11
@@ -36,6 +39,10 @@
36/* Define to 1 if you have the <unistd.h> header file. */ 39/* Define to 1 if you have the <unistd.h> header file. */
37#undef HAVE_UNISTD_H 40#undef HAVE_UNISTD_H
38 41
42/* Define to the sub-directory in which libtool stores uninstalled libraries.
43 */
44#undef LT_OBJDIR
45
39/* Define to the address where bug reports for this package should be sent. */ 46/* Define to the address where bug reports for this package should be sent. */
40#undef PACKAGE_BUGREPORT 47#undef PACKAGE_BUGREPORT
41 48