From 670879cbe91702c77da6494c2bc7102f5d014a0d Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Wed, 20 Nov 2013 10:29:36 -0500 Subject: libopkg: Drop config checks from structures in headers Ensure that all structures are always the same size, regardless of configuration options so that applications which use libopkg don't need to be rebuilt if configuration options are changed. Signed-off-by: Paul Barker Cc: Carsten Schoenert --- (limited to 'libopkg/release.h') diff --git a/libopkg/release.h b/libopkg/release.h index 239dcca..1c89c8e 100644 --- a/libopkg/release.h +++ b/libopkg/release.h @@ -29,9 +29,7 @@ struct release char **components; unsigned int components_count; cksum_list_t *md5sums; -#ifdef HAVE_SHA256 cksum_list_t *sha256sums; -#endif char **complist; unsigned int complist_count; }; -- cgit v0.9.1