X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=perl%2Famglue%2Famglue.swg;h=fe008730403cb9b427dc4a4bee28d0bd5fd884db;hb=d28952249e392eb31bc8eecc53f6c477f30c617b;hp=10fe0ebe92477c94f1b788d505dac8039f0f2985;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/perl/amglue/amglue.swg b/perl/amglue/amglue.swg index 10fe0eb..fe00873 100644 --- a/perl/amglue/amglue.swg +++ b/perl/amglue/amglue.swg @@ -1,9 +1,10 @@ /* - * Copyright (c) 2007,2008,2009 Zmanda, Inc. All Rights Reserved. + * Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -18,6 +19,11 @@ * Sunnyvale, CA 94085, USA, or: http://www.zmanda.com */ +/* make sure config.h gets included early */ +%begin %{ +#include "../config/config.h" +%} + %{ #include "amglue.h" %}