X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Ftest_container_meta_data.c;h=7f9ffb0f112ee98e8cd71c46403ef7b94362926e;hb=2587d268f7c92b09bfc1b0130105b378d6055329;hp=fe1dd79c10e4d653e088abda8c7a01d3adc4b88e;hpb=5746309cb4be2073d550ad7a6885e918631dbc38;p=oweals%2Fgnunet.git diff --git a/src/util/test_container_meta_data.c b/src/util/test_container_meta_data.c index fe1dd79c1..7f9ffb0f1 100644 --- a/src/util/test_container_meta_data.c +++ b/src/util/test_container_meta_data.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2003, 2004, 2006, 2009, 2010 Christian Grothoff (and other contributing authors) + Copyright (C) 2003, 2004, 2006, 2009, 2010 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** @@ -25,8 +25,9 @@ */ #include "platform.h" -#include "gnunet_common.h" -#include "gnunet_container_lib.h" +#include "gnunet_util_lib.h" + +#if HAVE_EXTRACTOR_H #define ABORT(m) { fprintf(stderr, "Error at %s:%d\n", __FILE__, __LINE__); if (m != NULL) GNUNET_CONTAINER_meta_data_destroy(m); return 1; } @@ -344,4 +345,16 @@ main (int argc, char *argv[]) return 0; } +#else + +int +main (int argc, char *argv[]) +{ + fprintf (stderr, + "GNU libextractor not found, skipping test.\n"); + return 0; +} + +#endif + /* end of test_container_meta_data.c */