Imported Upstream version 3.3.2
[debian/amanda] / perl / amglue / amglue.swg
index 10fe0ebe92477c94f1b788d505dac8039f0f2985..094902570150302a53190daa3a454d60c7ac2b57 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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
  * Sunnyvale, CA 94085, USA, or: http://www.zmanda.com
  */
 
+/* make sure config.h gets included early */
+%begin %{
+#include "../config/config.h"
+%}
+
 %{
 #include "amglue.h"
 %}