summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive.h.in
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-08-07 03:09:28 +0000
committerkientzle <kientzle@FreeBSD.org>2004-08-07 03:09:28 +0000
commit237a0ce1f8117c40c606f8734ead347261516646 (patch)
tree8e493d11e47f8de67e525de4be33da2d37f8f1d2 /lib/libarchive/archive.h.in
parent1f65e2392cd4804c7a7ee4f02c81dbb21584e642 (diff)
downloadFreeBSD-src-237a0ce1f8117c40c606f8734ead347261516646.zip
FreeBSD-src-237a0ce1f8117c40c606f8734ead347261516646.tar.gz
libarchive now has two complete build systems. The usual "Makefile"
is present for FreeBSD. If you "make distfile" on FreeBSD, you will soon have a tar.gz file suitable for deploying to other systems (complete with the expected "configure" script, etc). This latter relies (at least for now) on the GNU auto??? tools. (I like autoconf okay, but someday I hope to write a custom Makefile.in and dispense with automake, which is somewhat odious.) As part of this, I've cleaned up some of the conditional compilation options, added make-foo to construct archive.h dynamically (it now contains some version constants), and added some useful informational files.
Diffstat (limited to 'lib/libarchive/archive.h.in')
-rw-r--r--lib/libarchive/archive.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarchive/archive.h.in b/lib/libarchive/archive.h.in
index d374eec..0a79200 100644
--- a/lib/libarchive/archive.h.in
+++ b/lib/libarchive/archive.h.in
@@ -43,9 +43,9 @@
*
* 1 - Version test is available.
*/
-#define ARCHIVE_API_VERSION 1
+#define ARCHIVE_API_VERSION @ARCHIVE_API_VERSION@
int archive_api_version(void);
-#define ARCHIVE_API_FEATURE 1
+#define ARCHIVE_API_FEATURE @ARCHIVE_API_FEATURE@
int archive_api_feature(void);
/* Textual name/version of the library. */
const char * archive_version(void);
OpenPOWER on IntegriCloud