Imported Upstream version 3.2.0
[debian/amanda] / perl / amglue / amglue.swg
index 10fe0ebe92477c94f1b788d505dac8039f0f2985..f5f3b9a0d4611a6a3326bfa8aeac0d731d2a9e6e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007,2008,2009 Zmanda, Inc.  All Rights Reserved.
+ * Copyright (c) 2007, 2008, 2009, 2010 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
  * Sunnyvale, CA 94085, USA, or: http://www.zmanda.com
  */
 
+/* make sure config.h gets included early */
+%begin %{
+#include "../config/config.h"
+%}
+
 %{
 #include "amglue.h"
 %}