b3ff7ae5268a3e111fbf9799c2b37432c9fba214
[debian/amanda] / perl / Amanda / Debug.c
1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 1.3.33
4  * 
5  * This file is not intended to be easily readable and contains a number of 
6  * coding conventions designed to improve portability and efficiency. Do not make
7  * changes to this file unless you know what you are doing--modify the SWIG 
8  * interface file instead. 
9  * ----------------------------------------------------------------------------- */
10
11 #define SWIGPERL
12 #define SWIG_CASTRANK_MODE
13 /* -----------------------------------------------------------------------------
14  *  This section contains generic SWIG labels for method/variable
15  *  declarations/attributes, and other compiler dependent labels.
16  * ----------------------------------------------------------------------------- */
17
18 /* template workaround for compilers that cannot correctly implement the C++ standard */
19 #ifndef SWIGTEMPLATEDISAMBIGUATOR
20 # if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x560)
21 #  define SWIGTEMPLATEDISAMBIGUATOR template
22 # elif defined(__HP_aCC)
23 /* Needed even with `aCC -AA' when `aCC -V' reports HP ANSI C++ B3910B A.03.55 */
24 /* If we find a maximum version that requires this, the test would be __HP_aCC <= 35500 for A.03.55 */
25 #  define SWIGTEMPLATEDISAMBIGUATOR template
26 # else
27 #  define SWIGTEMPLATEDISAMBIGUATOR
28 # endif
29 #endif
30
31 /* inline attribute */
32 #ifndef SWIGINLINE
33 # if defined(__cplusplus) || (defined(__GNUC__) && !defined(__STRICT_ANSI__))
34 #   define SWIGINLINE inline
35 # else
36 #   define SWIGINLINE
37 # endif
38 #endif
39
40 /* attribute recognised by some compilers to avoid 'unused' warnings */
41 #ifndef SWIGUNUSED
42 # if defined(__GNUC__)
43 #   if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
44 #     define SWIGUNUSED __attribute__ ((__unused__)) 
45 #   else
46 #     define SWIGUNUSED
47 #   endif
48 # elif defined(__ICC)
49 #   define SWIGUNUSED __attribute__ ((__unused__)) 
50 # else
51 #   define SWIGUNUSED 
52 # endif
53 #endif
54
55 #ifndef SWIGUNUSEDPARM
56 # ifdef __cplusplus
57 #   define SWIGUNUSEDPARM(p)
58 # else
59 #   define SWIGUNUSEDPARM(p) p SWIGUNUSED 
60 # endif
61 #endif
62
63 /* internal SWIG method */
64 #ifndef SWIGINTERN
65 # define SWIGINTERN static SWIGUNUSED
66 #endif
67
68 /* internal inline SWIG method */
69 #ifndef SWIGINTERNINLINE
70 # define SWIGINTERNINLINE SWIGINTERN SWIGINLINE
71 #endif
72
73 /* exporting methods */
74 #if (__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
75 #  ifndef GCC_HASCLASSVISIBILITY
76 #    define GCC_HASCLASSVISIBILITY
77 #  endif
78 #endif
79
80 #ifndef SWIGEXPORT
81 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
82 #   if defined(STATIC_LINKED)
83 #     define SWIGEXPORT
84 #   else
85 #     define SWIGEXPORT __declspec(dllexport)
86 #   endif
87 # else
88 #   if defined(__GNUC__) && defined(GCC_HASCLASSVISIBILITY)
89 #     define SWIGEXPORT __attribute__ ((visibility("default")))
90 #   else
91 #     define SWIGEXPORT
92 #   endif
93 # endif
94 #endif
95
96 /* calling conventions for Windows */
97 #ifndef SWIGSTDCALL
98 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
99 #   define SWIGSTDCALL __stdcall
100 # else
101 #   define SWIGSTDCALL
102 # endif 
103 #endif
104
105 /* Deal with Microsoft's attempt at deprecating C standard runtime functions */
106 #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
107 # define _CRT_SECURE_NO_DEPRECATE
108 #endif
109
110 /* Deal with Microsoft's attempt at deprecating methods in the standard C++ library */
111 #if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE)
112 # define _SCL_SECURE_NO_DEPRECATE
113 #endif
114
115
116 /* -----------------------------------------------------------------------------
117  * swigrun.swg
118  *
119  * This file contains generic CAPI SWIG runtime support for pointer
120  * type checking.
121  * ----------------------------------------------------------------------------- */
122
123 /* This should only be incremented when either the layout of swig_type_info changes,
124    or for whatever reason, the runtime changes incompatibly */
125 #define SWIG_RUNTIME_VERSION "3"
126
127 /* define SWIG_TYPE_TABLE_NAME as "SWIG_TYPE_TABLE" */
128 #ifdef SWIG_TYPE_TABLE
129 # define SWIG_QUOTE_STRING(x) #x
130 # define SWIG_EXPAND_AND_QUOTE_STRING(x) SWIG_QUOTE_STRING(x)
131 # define SWIG_TYPE_TABLE_NAME SWIG_EXPAND_AND_QUOTE_STRING(SWIG_TYPE_TABLE)
132 #else
133 # define SWIG_TYPE_TABLE_NAME
134 #endif
135
136 /*
137   You can use the SWIGRUNTIME and SWIGRUNTIMEINLINE macros for
138   creating a static or dynamic library from the swig runtime code.
139   In 99.9% of the cases, swig just needs to declare them as 'static'.
140   
141   But only do this if is strictly necessary, ie, if you have problems
142   with your compiler or so.
143 */
144
145 #ifndef SWIGRUNTIME
146 # define SWIGRUNTIME SWIGINTERN
147 #endif
148
149 #ifndef SWIGRUNTIMEINLINE
150 # define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE
151 #endif
152
153 /*  Generic buffer size */
154 #ifndef SWIG_BUFFER_SIZE
155 # define SWIG_BUFFER_SIZE 1024
156 #endif
157
158 /* Flags for pointer conversions */
159 #define SWIG_POINTER_DISOWN        0x1
160
161 /* Flags for new pointer objects */
162 #define SWIG_POINTER_OWN           0x1
163
164
165 /* 
166    Flags/methods for returning states.
167    
168    The swig conversion methods, as ConvertPtr, return and integer 
169    that tells if the conversion was successful or not. And if not,
170    an error code can be returned (see swigerrors.swg for the codes).
171    
172    Use the following macros/flags to set or process the returning
173    states.
174    
175    In old swig versions, you usually write code as:
176
177      if (SWIG_ConvertPtr(obj,vptr,ty.flags) != -1) {
178        // success code
179      } else {
180        //fail code
181      }
182
183    Now you can be more explicit as:
184
185     int res = SWIG_ConvertPtr(obj,vptr,ty.flags);
186     if (SWIG_IsOK(res)) {
187       // success code
188     } else {
189       // fail code
190     }
191
192    that seems to be the same, but now you can also do
193
194     Type *ptr;
195     int res = SWIG_ConvertPtr(obj,(void **)(&ptr),ty.flags);
196     if (SWIG_IsOK(res)) {
197       // success code
198       if (SWIG_IsNewObj(res) {
199         ...
200         delete *ptr;
201       } else {
202         ...
203       }
204     } else {
205       // fail code
206     }
207     
208    I.e., now SWIG_ConvertPtr can return new objects and you can
209    identify the case and take care of the deallocation. Of course that
210    requires also to SWIG_ConvertPtr to return new result values, as
211
212       int SWIG_ConvertPtr(obj, ptr,...) {         
213         if (<obj is ok>) {                             
214           if (<need new object>) {                     
215             *ptr = <ptr to new allocated object>; 
216             return SWIG_NEWOBJ;                
217           } else {                                     
218             *ptr = <ptr to old object>;        
219             return SWIG_OLDOBJ;                
220           }                                    
221         } else {                                       
222           return SWIG_BADOBJ;                  
223         }                                              
224       }
225
226    Of course, returning the plain '0(success)/-1(fail)' still works, but you can be
227    more explicit by returning SWIG_BADOBJ, SWIG_ERROR or any of the
228    swig errors code.
229
230    Finally, if the SWIG_CASTRANK_MODE is enabled, the result code
231    allows to return the 'cast rank', for example, if you have this
232
233        int food(double)
234        int fooi(int);
235
236    and you call
237  
238       food(1)   // cast rank '1'  (1 -> 1.0)
239       fooi(1)   // cast rank '0'
240
241    just use the SWIG_AddCast()/SWIG_CheckState()
242
243
244  */
245 #define SWIG_OK                    (0) 
246 #define SWIG_ERROR                 (-1)
247 #define SWIG_IsOK(r)               (r >= 0)
248 #define SWIG_ArgError(r)           ((r != SWIG_ERROR) ? r : SWIG_TypeError)  
249
250 /* The CastRankLimit says how many bits are used for the cast rank */
251 #define SWIG_CASTRANKLIMIT         (1 << 8)
252 /* The NewMask denotes the object was created (using new/malloc) */
253 #define SWIG_NEWOBJMASK            (SWIG_CASTRANKLIMIT  << 1)
254 /* The TmpMask is for in/out typemaps that use temporal objects */
255 #define SWIG_TMPOBJMASK            (SWIG_NEWOBJMASK << 1)
256 /* Simple returning values */
257 #define SWIG_BADOBJ                (SWIG_ERROR)
258 #define SWIG_OLDOBJ                (SWIG_OK)
259 #define SWIG_NEWOBJ                (SWIG_OK | SWIG_NEWOBJMASK)
260 #define SWIG_TMPOBJ                (SWIG_OK | SWIG_TMPOBJMASK)
261 /* Check, add and del mask methods */
262 #define SWIG_AddNewMask(r)         (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
263 #define SWIG_DelNewMask(r)         (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
264 #define SWIG_IsNewObj(r)           (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
265 #define SWIG_AddTmpMask(r)         (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
266 #define SWIG_DelTmpMask(r)         (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
267 #define SWIG_IsTmpObj(r)           (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
268
269
270 /* Cast-Rank Mode */
271 #if defined(SWIG_CASTRANK_MODE)
272 #  ifndef SWIG_TypeRank
273 #    define SWIG_TypeRank             unsigned long
274 #  endif
275 #  ifndef SWIG_MAXCASTRANK            /* Default cast allowed */
276 #    define SWIG_MAXCASTRANK          (2)
277 #  endif
278 #  define SWIG_CASTRANKMASK          ((SWIG_CASTRANKLIMIT) -1)
279 #  define SWIG_CastRank(r)           (r & SWIG_CASTRANKMASK)
280 SWIGINTERNINLINE int SWIG_AddCast(int r) { 
281   return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r;
282 }
283 SWIGINTERNINLINE int SWIG_CheckState(int r) { 
284   return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0; 
285 }
286 #else /* no cast-rank mode */
287 #  define SWIG_AddCast
288 #  define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0)
289 #endif
290
291
292
293
294 #include <string.h>
295
296 #ifdef __cplusplus
297 extern "C" {
298 #endif
299
300 typedef void *(*swig_converter_func)(void *);
301 typedef struct swig_type_info *(*swig_dycast_func)(void **);
302
303 /* Structure to store inforomation on one type */
304 typedef struct swig_type_info {
305   const char             *name;                 /* mangled name of this type */
306   const char             *str;                  /* human readable name of this type */
307   swig_dycast_func        dcast;                /* dynamic cast function down a hierarchy */
308   struct swig_cast_info  *cast;                 /* linked list of types that can cast into this type */
309   void                   *clientdata;           /* language specific type data */
310   int                    owndata;               /* flag if the structure owns the clientdata */
311 } swig_type_info;
312
313 /* Structure to store a type and conversion function used for casting */
314 typedef struct swig_cast_info {
315   swig_type_info         *type;                 /* pointer to type that is equivalent to this type */
316   swig_converter_func     converter;            /* function to cast the void pointers */
317   struct swig_cast_info  *next;                 /* pointer to next cast in linked list */
318   struct swig_cast_info  *prev;                 /* pointer to the previous cast */
319 } swig_cast_info;
320
321 /* Structure used to store module information
322  * Each module generates one structure like this, and the runtime collects
323  * all of these structures and stores them in a circularly linked list.*/
324 typedef struct swig_module_info {
325   swig_type_info         **types;               /* Array of pointers to swig_type_info structures that are in this module */
326   size_t                 size;                  /* Number of types in this module */
327   struct swig_module_info *next;                /* Pointer to next element in circularly linked list */
328   swig_type_info         **type_initial;        /* Array of initially generated type structures */
329   swig_cast_info         **cast_initial;        /* Array of initially generated casting structures */
330   void                    *clientdata;          /* Language specific module data */
331 } swig_module_info;
332
333 /* 
334   Compare two type names skipping the space characters, therefore
335   "char*" == "char *" and "Class<int>" == "Class<int >", etc.
336
337   Return 0 when the two name types are equivalent, as in
338   strncmp, but skipping ' '.
339 */
340 SWIGRUNTIME int
341 SWIG_TypeNameComp(const char *f1, const char *l1,
342                   const char *f2, const char *l2) {
343   for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
344     while ((*f1 == ' ') && (f1 != l1)) ++f1;
345     while ((*f2 == ' ') && (f2 != l2)) ++f2;
346     if (*f1 != *f2) return (*f1 > *f2) ? 1 : -1;
347   }
348   return (int)((l1 - f1) - (l2 - f2));
349 }
350
351 /*
352   Check type equivalence in a name list like <name1>|<name2>|...
353   Return 0 if not equal, 1 if equal
354 */
355 SWIGRUNTIME int
356 SWIG_TypeEquiv(const char *nb, const char *tb) {
357   int equiv = 0;
358   const char* te = tb + strlen(tb);
359   const char* ne = nb;
360   while (!equiv && *ne) {
361     for (nb = ne; *ne; ++ne) {
362       if (*ne == '|') break;
363     }
364     equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
365     if (*ne) ++ne;
366   }
367   return equiv;
368 }
369
370 /*
371   Check type equivalence in a name list like <name1>|<name2>|...
372   Return 0 if equal, -1 if nb < tb, 1 if nb > tb
373 */
374 SWIGRUNTIME int
375 SWIG_TypeCompare(const char *nb, const char *tb) {
376   int equiv = 0;
377   const char* te = tb + strlen(tb);
378   const char* ne = nb;
379   while (!equiv && *ne) {
380     for (nb = ne; *ne; ++ne) {
381       if (*ne == '|') break;
382     }
383     equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
384     if (*ne) ++ne;
385   }
386   return equiv;
387 }
388
389
390 /* think of this as a c++ template<> or a scheme macro */
391 #define SWIG_TypeCheck_Template(comparison, ty)         \
392   if (ty) {                                             \
393     swig_cast_info *iter = ty->cast;                    \
394     while (iter) {                                      \
395       if (comparison) {                                 \
396         if (iter == ty->cast) return iter;              \
397         /* Move iter to the top of the linked list */   \
398         iter->prev->next = iter->next;                  \
399         if (iter->next)                                 \
400           iter->next->prev = iter->prev;                \
401         iter->next = ty->cast;                          \
402         iter->prev = 0;                                 \
403         if (ty->cast) ty->cast->prev = iter;            \
404         ty->cast = iter;                                \
405         return iter;                                    \
406       }                                                 \
407       iter = iter->next;                                \
408     }                                                   \
409   }                                                     \
410   return 0
411
412 /*
413   Check the typename
414 */
415 SWIGRUNTIME swig_cast_info *
416 SWIG_TypeCheck(const char *c, swig_type_info *ty) {
417   SWIG_TypeCheck_Template(strcmp(iter->type->name, c) == 0, ty);
418 }
419
420 /* Same as previous function, except strcmp is replaced with a pointer comparison */
421 SWIGRUNTIME swig_cast_info *
422 SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *into) {
423   SWIG_TypeCheck_Template(iter->type == from, into);
424 }
425
426 /*
427   Cast a pointer up an inheritance hierarchy
428 */
429 SWIGRUNTIMEINLINE void *
430 SWIG_TypeCast(swig_cast_info *ty, void *ptr) {
431   return ((!ty) || (!ty->converter)) ? ptr : (*ty->converter)(ptr);
432 }
433
434 /* 
435    Dynamic pointer casting. Down an inheritance hierarchy
436 */
437 SWIGRUNTIME swig_type_info *
438 SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr) {
439   swig_type_info *lastty = ty;
440   if (!ty || !ty->dcast) return ty;
441   while (ty && (ty->dcast)) {
442     ty = (*ty->dcast)(ptr);
443     if (ty) lastty = ty;
444   }
445   return lastty;
446 }
447
448 /*
449   Return the name associated with this type
450 */
451 SWIGRUNTIMEINLINE const char *
452 SWIG_TypeName(const swig_type_info *ty) {
453   return ty->name;
454 }
455
456 /*
457   Return the pretty name associated with this type,
458   that is an unmangled type name in a form presentable to the user.
459 */
460 SWIGRUNTIME const char *
461 SWIG_TypePrettyName(const swig_type_info *type) {
462   /* The "str" field contains the equivalent pretty names of the
463      type, separated by vertical-bar characters.  We choose
464      to print the last name, as it is often (?) the most
465      specific. */
466   if (!type) return NULL;
467   if (type->str != NULL) {
468     const char *last_name = type->str;
469     const char *s;
470     for (s = type->str; *s; s++)
471       if (*s == '|') last_name = s+1;
472     return last_name;
473   }
474   else
475     return type->name;
476 }
477
478 /* 
479    Set the clientdata field for a type
480 */
481 SWIGRUNTIME void
482 SWIG_TypeClientData(swig_type_info *ti, void *clientdata) {
483   swig_cast_info *cast = ti->cast;
484   /* if (ti->clientdata == clientdata) return; */
485   ti->clientdata = clientdata;
486   
487   while (cast) {
488     if (!cast->converter) {
489       swig_type_info *tc = cast->type;
490       if (!tc->clientdata) {
491         SWIG_TypeClientData(tc, clientdata);
492       }
493     }    
494     cast = cast->next;
495   }
496 }
497 SWIGRUNTIME void
498 SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata) {
499   SWIG_TypeClientData(ti, clientdata);
500   ti->owndata = 1;
501 }
502   
503 /*
504   Search for a swig_type_info structure only by mangled name
505   Search is a O(log #types)
506   
507   We start searching at module start, and finish searching when start == end.  
508   Note: if start == end at the beginning of the function, we go all the way around
509   the circular list.
510 */
511 SWIGRUNTIME swig_type_info *
512 SWIG_MangledTypeQueryModule(swig_module_info *start, 
513                             swig_module_info *end, 
514                             const char *name) {
515   swig_module_info *iter = start;
516   do {
517     if (iter->size) {
518       register size_t l = 0;
519       register size_t r = iter->size - 1;
520       do {
521         /* since l+r >= 0, we can (>> 1) instead (/ 2) */
522         register size_t i = (l + r) >> 1; 
523         const char *iname = iter->types[i]->name;
524         if (iname) {
525           register int compare = strcmp(name, iname);
526           if (compare == 0) {       
527             return iter->types[i];
528           } else if (compare < 0) {
529             if (i) {
530               r = i - 1;
531             } else {
532               break;
533             }
534           } else if (compare > 0) {
535             l = i + 1;
536           }
537         } else {
538           break; /* should never happen */
539         }
540       } while (l <= r);
541     }
542     iter = iter->next;
543   } while (iter != end);
544   return 0;
545 }
546
547 /*
548   Search for a swig_type_info structure for either a mangled name or a human readable name.
549   It first searches the mangled names of the types, which is a O(log #types)
550   If a type is not found it then searches the human readable names, which is O(#types).
551   
552   We start searching at module start, and finish searching when start == end.  
553   Note: if start == end at the beginning of the function, we go all the way around
554   the circular list.
555 */
556 SWIGRUNTIME swig_type_info *
557 SWIG_TypeQueryModule(swig_module_info *start, 
558                      swig_module_info *end, 
559                      const char *name) {
560   /* STEP 1: Search the name field using binary search */
561   swig_type_info *ret = SWIG_MangledTypeQueryModule(start, end, name);
562   if (ret) {
563     return ret;
564   } else {
565     /* STEP 2: If the type hasn't been found, do a complete search
566        of the str field (the human readable name) */
567     swig_module_info *iter = start;
568     do {
569       register size_t i = 0;
570       for (; i < iter->size; ++i) {
571         if (iter->types[i]->str && (SWIG_TypeEquiv(iter->types[i]->str, name)))
572           return iter->types[i];
573       }
574       iter = iter->next;
575     } while (iter != end);
576   }
577   
578   /* neither found a match */
579   return 0;
580 }
581
582 /* 
583    Pack binary data into a string
584 */
585 SWIGRUNTIME char *
586 SWIG_PackData(char *c, void *ptr, size_t sz) {
587   static const char hex[17] = "0123456789abcdef";
588   register const unsigned char *u = (unsigned char *) ptr;
589   register const unsigned char *eu =  u + sz;
590   for (; u != eu; ++u) {
591     register unsigned char uu = *u;
592     *(c++) = hex[(uu & 0xf0) >> 4];
593     *(c++) = hex[uu & 0xf];
594   }
595   return c;
596 }
597
598 /* 
599    Unpack binary data from a string
600 */
601 SWIGRUNTIME const char *
602 SWIG_UnpackData(const char *c, void *ptr, size_t sz) {
603   register unsigned char *u = (unsigned char *) ptr;
604   register const unsigned char *eu = u + sz;
605   for (; u != eu; ++u) {
606     register char d = *(c++);
607     register unsigned char uu;
608     if ((d >= '0') && (d <= '9'))
609       uu = ((d - '0') << 4);
610     else if ((d >= 'a') && (d <= 'f'))
611       uu = ((d - ('a'-10)) << 4);
612     else 
613       return (char *) 0;
614     d = *(c++);
615     if ((d >= '0') && (d <= '9'))
616       uu |= (d - '0');
617     else if ((d >= 'a') && (d <= 'f'))
618       uu |= (d - ('a'-10));
619     else 
620       return (char *) 0;
621     *u = uu;
622   }
623   return c;
624 }
625
626 /* 
627    Pack 'void *' into a string buffer.
628 */
629 SWIGRUNTIME char *
630 SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz) {
631   char *r = buff;
632   if ((2*sizeof(void *) + 2) > bsz) return 0;
633   *(r++) = '_';
634   r = SWIG_PackData(r,&ptr,sizeof(void *));
635   if (strlen(name) + 1 > (bsz - (r - buff))) return 0;
636   strcpy(r,name);
637   return buff;
638 }
639
640 SWIGRUNTIME const char *
641 SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name) {
642   if (*c != '_') {
643     if (strcmp(c,"NULL") == 0) {
644       *ptr = (void *) 0;
645       return name;
646     } else {
647       return 0;
648     }
649   }
650   return SWIG_UnpackData(++c,ptr,sizeof(void *));
651 }
652
653 SWIGRUNTIME char *
654 SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz) {
655   char *r = buff;
656   size_t lname = (name ? strlen(name) : 0);
657   if ((2*sz + 2 + lname) > bsz) return 0;
658   *(r++) = '_';
659   r = SWIG_PackData(r,ptr,sz);
660   if (lname) {
661     strncpy(r,name,lname+1);
662   } else {
663     *r = 0;
664   }
665   return buff;
666 }
667
668 SWIGRUNTIME const char *
669 SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
670   if (*c != '_') {
671     if (strcmp(c,"NULL") == 0) {
672       memset(ptr,0,sz);
673       return name;
674     } else {
675       return 0;
676     }
677   }
678   return SWIG_UnpackData(++c,ptr,sz);
679 }
680
681 #ifdef __cplusplus
682 }
683 #endif
684
685 /*  Errors in SWIG */
686 #define  SWIG_UnknownError         -1 
687 #define  SWIG_IOError              -2 
688 #define  SWIG_RuntimeError         -3 
689 #define  SWIG_IndexError           -4 
690 #define  SWIG_TypeError            -5 
691 #define  SWIG_DivisionByZero       -6 
692 #define  SWIG_OverflowError        -7 
693 #define  SWIG_SyntaxError          -8 
694 #define  SWIG_ValueError           -9 
695 #define  SWIG_SystemError          -10
696 #define  SWIG_AttributeError       -11
697 #define  SWIG_MemoryError          -12 
698 #define  SWIG_NullReferenceError   -13
699
700
701
702 #ifdef __cplusplus
703 /* Needed on some windows machines---since MS plays funny games with the header files under C++ */
704 #include <math.h>
705 #include <stdlib.h>
706 extern "C" {
707 #endif
708 #include "EXTERN.h"
709 #include "perl.h"
710 #include "XSUB.h"
711
712 /* Add in functionality missing in older versions of Perl. Much of this is based on Devel-PPPort on cpan. */
713
714 /* Add PERL_REVISION, PERL_VERSION, PERL_SUBVERSION if missing */
715 #ifndef PERL_REVISION
716 #  if !defined(__PATCHLEVEL_H_INCLUDED__) && !(defined(PATCHLEVEL) && defined(SUBVERSION))
717 #    define PERL_PATCHLEVEL_H_IMPLICIT
718 #    include <patchlevel.h>
719 #  endif
720 #  if !(defined(PERL_VERSION) || (defined(SUBVERSION) && defined(PATCHLEVEL)))
721 #    include <could_not_find_Perl_patchlevel.h>
722 #  endif
723 #  ifndef PERL_REVISION
724 #    define PERL_REVISION       (5)
725 #    define PERL_VERSION        PATCHLEVEL
726 #    define PERL_SUBVERSION     SUBVERSION
727 #  endif
728 #endif
729
730 #if defined(WIN32) && defined(PERL_OBJECT) && !defined(PerlIO_exportFILE)
731 #define PerlIO_exportFILE(fh,fl) (FILE*)(fh)
732 #endif
733
734 #ifndef SvIOK_UV
735 # define SvIOK_UV(sv)       (SvIOK(sv) && (SvUVX(sv) == SvIVX(sv)))
736 #endif
737
738 #ifndef SvUOK
739 # define SvUOK(sv)           SvIOK_UV(sv)
740 #endif
741
742 #if ((PERL_VERSION < 4) || ((PERL_VERSION == 4) && (PERL_SUBVERSION <= 5)))
743 #  define PL_sv_undef               sv_undef
744 #  define PL_na                     na
745 #  define PL_errgv                  errgv
746 #  define PL_sv_no                  sv_no
747 #  define PL_sv_yes                 sv_yes
748 #  define PL_markstack_ptr          markstack_ptr
749 #endif
750
751 #ifndef IVSIZE
752 #  ifdef LONGSIZE
753 #    define IVSIZE LONGSIZE
754 #  else
755 #    define IVSIZE 4 /* A bold guess, but the best we can make. */
756 #  endif
757 #endif
758
759 #ifndef INT2PTR
760 #  if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
761 #    define PTRV                  UV
762 #    define INT2PTR(any,d)        (any)(d)
763 #  else
764 #    if PTRSIZE == LONGSIZE
765 #      define PTRV                unsigned long
766 #    else
767 #      define PTRV                unsigned
768 #    endif
769 #    define INT2PTR(any,d)        (any)(PTRV)(d)
770 #  endif
771
772 #  define NUM2PTR(any,d)  (any)(PTRV)(d)
773 #  define PTR2IV(p)       INT2PTR(IV,p)
774 #  define PTR2UV(p)       INT2PTR(UV,p)
775 #  define PTR2NV(p)       NUM2PTR(NV,p)
776
777 #  if PTRSIZE == LONGSIZE
778 #    define PTR2ul(p)     (unsigned long)(p)
779 #  else
780 #    define PTR2ul(p)     INT2PTR(unsigned long,p)
781 #  endif
782 #endif /* !INT2PTR */
783
784 #ifndef SvPV_nolen
785 # define SvPV_nolen(x) SvPV(x,PL_na)
786 #endif
787
788 #ifndef get_sv
789 #  define get_sv perl_get_sv
790 #endif
791
792 #ifndef ERRSV
793 #  define ERRSV get_sv("@",FALSE)
794 #endif
795
796 #ifndef pTHX_
797 #define pTHX_
798 #endif   
799
800 #include <string.h>
801 #ifdef __cplusplus
802 }
803 #endif
804
805 /* -----------------------------------------------------------------------------
806  * error manipulation
807  * ----------------------------------------------------------------------------- */
808
809 SWIGINTERN const char*
810 SWIG_Perl_ErrorType(int code) {
811   const char* type = 0;
812   switch(code) {
813   case SWIG_MemoryError:
814     type = "MemoryError";
815     break;
816   case SWIG_IOError:
817     type = "IOError";
818     break;
819   case SWIG_RuntimeError:
820     type = "RuntimeError";
821     break;
822   case SWIG_IndexError:
823     type = "IndexError";
824     break;
825   case SWIG_TypeError:
826     type = "TypeError";
827     break;
828   case SWIG_DivisionByZero:
829     type = "ZeroDivisionError";
830     break;
831   case SWIG_OverflowError:
832     type = "OverflowError";
833     break;
834   case SWIG_SyntaxError:
835     type = "SyntaxError";
836     break;
837   case SWIG_ValueError:
838     type = "ValueError";
839     break;
840   case SWIG_SystemError:
841     type = "SystemError";
842     break;
843   case SWIG_AttributeError:
844     type = "AttributeError";
845     break;
846   default:
847     type = "RuntimeError";
848   }
849   return type;
850 }
851
852
853
854
855 /* -----------------------------------------------------------------------------
856  * perlrun.swg
857  *
858  * This file contains the runtime support for Perl modules
859  * and includes code for managing global variables and pointer
860  * type checking.
861  * ----------------------------------------------------------------------------- */
862
863 #ifdef PERL_OBJECT
864 #define SWIG_PERL_OBJECT_DECL CPerlObj *SWIGUNUSEDPARM(pPerl),
865 #define SWIG_PERL_OBJECT_CALL pPerl,
866 #else
867 #define SWIG_PERL_OBJECT_DECL
868 #define SWIG_PERL_OBJECT_CALL
869 #endif
870
871 /* Common SWIG API */
872
873 /* for raw pointers */
874 #define SWIG_ConvertPtr(obj, pp, type, flags)           SWIG_Perl_ConvertPtr(SWIG_PERL_OBJECT_CALL obj, pp, type, flags)
875 #define SWIG_NewPointerObj(p, type, flags)              SWIG_Perl_NewPointerObj(SWIG_PERL_OBJECT_CALL p, type, flags)
876
877 /* for raw packed data */
878 #define SWIG_ConvertPacked(obj, p, s, type)             SWIG_Perl_ConvertPacked(SWIG_PERL_OBJECT_CALL obj, p, s, type)
879 #define SWIG_NewPackedObj(p, s, type)                   SWIG_Perl_NewPackedObj(SWIG_PERL_OBJECT_CALL p, s, type)
880
881 /* for class or struct pointers */
882 #define SWIG_ConvertInstance(obj, pptr, type, flags)    SWIG_ConvertPtr(obj, pptr, type, flags)
883 #define SWIG_NewInstanceObj(ptr, type, flags)           SWIG_NewPointerObj(ptr, type, flags)
884
885 /* for C or C++ function pointers */
886 #define SWIG_ConvertFunctionPtr(obj, pptr, type)        SWIG_ConvertPtr(obj, pptr, type, 0)
887 #define SWIG_NewFunctionPtrObj(ptr, type)               SWIG_NewPointerObj(ptr, type, 0)
888
889 /* for C++ member pointers, ie, member methods */
890 #define SWIG_ConvertMember(obj, ptr, sz, ty)            SWIG_ConvertPacked(obj, ptr, sz, ty)
891 #define SWIG_NewMemberObj(ptr, sz, type)                SWIG_NewPackedObj(ptr, sz, type)
892
893
894 /* Runtime API */
895
896 #define SWIG_GetModule(clientdata)                      SWIG_Perl_GetModule()
897 #define SWIG_SetModule(clientdata, pointer)             SWIG_Perl_SetModule(pointer)
898
899
900 /* Error manipulation */
901
902 #define SWIG_ErrorType(code)                            SWIG_Perl_ErrorType(code)               
903 #define SWIG_Error(code, msg)                           sv_setpvf(GvSV(PL_errgv),"%s %s\n", SWIG_ErrorType(code), msg)
904 #define SWIG_fail                                       goto fail                                                   
905
906 /* Perl-specific SWIG API */
907
908 #define SWIG_MakePtr(sv, ptr, type, flags)              SWIG_Perl_MakePtr(SWIG_PERL_OBJECT_CALL sv, ptr, type, flags)
909 #define SWIG_MakePackedObj(sv, p, s, type)              SWIG_Perl_MakePackedObj(SWIG_PERL_OBJECT_CALL sv, p, s, type)
910 #define SWIG_SetError(str)                              SWIG_Error(SWIG_RuntimeError, str)
911
912
913 #define SWIG_PERL_DECL_ARGS_1(arg1)                     (SWIG_PERL_OBJECT_DECL arg1)
914 #define SWIG_PERL_CALL_ARGS_1(arg1)                     (SWIG_PERL_OBJECT_CALL arg1)
915 #define SWIG_PERL_DECL_ARGS_2(arg1, arg2)               (SWIG_PERL_OBJECT_DECL arg1, arg2)
916 #define SWIG_PERL_CALL_ARGS_2(arg1, arg2)               (SWIG_PERL_OBJECT_CALL arg1, arg2)
917
918 /* -----------------------------------------------------------------------------
919  * pointers/data manipulation
920  * ----------------------------------------------------------------------------- */
921
922 /* For backward compatibility only */
923 #define SWIG_POINTER_EXCEPTION  0
924
925 #ifdef __cplusplus
926 extern "C" {
927 #endif
928
929 #define SWIG_OWNER   SWIG_POINTER_OWN
930 #define SWIG_SHADOW  SWIG_OWNER << 1
931
932 #define SWIG_MAYBE_PERL_OBJECT SWIG_PERL_OBJECT_DECL
933
934 /* SWIG Perl macros */
935
936 /* Macro to declare an XS function */
937 #ifndef XSPROTO
938 #   define XSPROTO(name) void name(pTHX_ CV* cv)
939 #endif
940
941 /* Macro to call an XS function */
942 #ifdef PERL_OBJECT 
943 #  define SWIG_CALLXS(_name) _name(cv,pPerl) 
944 #else 
945 #  ifndef MULTIPLICITY 
946 #    define SWIG_CALLXS(_name) _name(cv) 
947 #  else 
948 #    define SWIG_CALLXS(_name) _name(PERL_GET_THX, cv) 
949 #  endif 
950 #endif 
951
952 #ifdef PERL_OBJECT
953 #define MAGIC_PPERL  CPerlObj *pPerl = (CPerlObj *) this;
954
955 #ifdef __cplusplus
956 extern "C" {
957 #endif
958 typedef int (CPerlObj::*SwigMagicFunc)(SV *, MAGIC *);
959 #ifdef __cplusplus
960 }
961 #endif
962
963 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
964 #define SWIGCLASS_STATIC
965
966 #else /* PERL_OBJECT */
967
968 #define MAGIC_PPERL
969 #define SWIGCLASS_STATIC static SWIGUNUSED
970
971 #ifndef MULTIPLICITY
972 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
973
974 #ifdef __cplusplus
975 extern "C" {
976 #endif
977 typedef int (*SwigMagicFunc)(SV *, MAGIC *);
978 #ifdef __cplusplus
979 }
980 #endif
981
982 #else /* MULTIPLICITY */
983
984 #define SWIG_MAGIC(a,b) (struct interpreter *interp, SV *a, MAGIC *b)
985
986 #ifdef __cplusplus
987 extern "C" {
988 #endif
989 typedef int (*SwigMagicFunc)(struct interpreter *, SV *, MAGIC *);
990 #ifdef __cplusplus
991 }
992 #endif
993
994 #endif /* MULTIPLICITY */
995 #endif /* PERL_OBJECT */
996
997 /* Workaround for bug in perl 5.6.x croak and earlier */
998 #if (PERL_VERSION < 8)
999 #  ifdef PERL_OBJECT
1000 #    define SWIG_croak_null() SWIG_Perl_croak_null(pPerl)
1001 static void SWIG_Perl_croak_null(CPerlObj *pPerl)
1002 #  else
1003 static void SWIG_croak_null()
1004 #  endif
1005 {
1006   SV *err=ERRSV;
1007 #  if (PERL_VERSION < 6)
1008   croak("%_", err);
1009 #  else
1010   if (SvOK(err) && !SvROK(err)) croak("%_", err);
1011   croak(Nullch);
1012 #  endif
1013 }
1014 #else
1015 #  define SWIG_croak_null() croak(Nullch)
1016 #endif
1017
1018
1019 /* 
1020    Define how strict is the cast between strings and integers/doubles
1021    when overloading between these types occurs.
1022    
1023    The default is making it as strict as possible by using SWIG_AddCast
1024    when needed.
1025    
1026    You can use -DSWIG_PERL_NO_STRICT_STR2NUM at compilation time to
1027    disable the SWIG_AddCast, making the casting between string and
1028    numbers less strict.
1029
1030    In the end, we try to solve the overloading between strings and
1031    numerical types in the more natural way, but if you can avoid it,
1032    well, avoid it using %rename, for example.
1033 */
1034 #ifndef SWIG_PERL_NO_STRICT_STR2NUM
1035 # ifndef SWIG_PERL_STRICT_STR2NUM
1036 #  define SWIG_PERL_STRICT_STR2NUM
1037 # endif
1038 #endif
1039 #ifdef SWIG_PERL_STRICT_STR2NUM
1040 /* string takes precedence */
1041 #define SWIG_Str2NumCast(x) SWIG_AddCast(x)  
1042 #else
1043 /* number takes precedence */
1044 #define SWIG_Str2NumCast(x) x
1045 #endif
1046
1047
1048
1049 #include <stdlib.h>
1050
1051 SWIGRUNTIME const char *
1052 SWIG_Perl_TypeProxyName(const swig_type_info *type) {
1053   if (!type) return NULL;
1054   if (type->clientdata != NULL) {
1055     return (const char*) type->clientdata;
1056   } 
1057   else {
1058     return type->name;
1059   }
1060 }
1061
1062 SWIGRUNTIME swig_cast_info *
1063 SWIG_TypeProxyCheck(const char *c, swig_type_info *ty) {
1064   SWIG_TypeCheck_Template(( (!iter->type->clientdata && (strcmp((char*)iter->type->name, c) == 0)) 
1065                             || (iter->type->clientdata && (strcmp((char*)iter->type->clientdata, c) == 0))), ty);
1066 }
1067
1068
1069 /* Function for getting a pointer value */
1070
1071 SWIGRUNTIME int
1072 SWIG_Perl_ConvertPtr(SWIG_MAYBE_PERL_OBJECT SV *sv, void **ptr, swig_type_info *_t, int flags) {
1073   swig_cast_info *tc;
1074   void *voidptr = (void *)0;
1075   SV *tsv = 0;
1076   /* If magical, apply more magic */
1077   if (SvGMAGICAL(sv))
1078     mg_get(sv);
1079
1080   /* Check to see if this is an object */
1081   if (sv_isobject(sv)) {
1082     IV tmp = 0;
1083     tsv = (SV*) SvRV(sv);
1084     if ((SvTYPE(tsv) == SVt_PVHV)) {
1085       MAGIC *mg;
1086       if (SvMAGICAL(tsv)) {
1087         mg = mg_find(tsv,'P');
1088         if (mg) {
1089           sv = mg->mg_obj;
1090           if (sv_isobject(sv)) {
1091             tsv = (SV*)SvRV(sv);
1092             tmp = SvIV(tsv);
1093           }
1094         }
1095       } else {
1096         return SWIG_ERROR;
1097       }
1098     } else {
1099       tmp = SvIV(tsv);
1100     }
1101     voidptr = INT2PTR(void *,tmp);
1102   } else if (! SvOK(sv)) {            /* Check for undef */
1103     *(ptr) = (void *) 0;
1104     return SWIG_OK;
1105   } else if (SvTYPE(sv) == SVt_RV) {  /* Check for NULL pointer */
1106     if (!SvROK(sv)) {
1107       *(ptr) = (void *) 0;
1108       return SWIG_OK;
1109     } else {
1110       return SWIG_ERROR;
1111     }
1112   } else {                            /* Don't know what it is */
1113     return SWIG_ERROR;
1114   }
1115   if (_t) {
1116     /* Now see if the types match */
1117     char *_c = HvNAME(SvSTASH(SvRV(sv)));
1118     tc = SWIG_TypeProxyCheck(_c,_t);
1119     if (!tc) {
1120       return SWIG_ERROR;
1121     }
1122     *ptr = SWIG_TypeCast(tc,voidptr);
1123   } else {
1124     *ptr = voidptr;
1125   }
1126
1127   /* 
1128    *  DISOWN implementation: we need a perl guru to check this one.
1129    */
1130   if (tsv && (flags & SWIG_POINTER_DISOWN)) {
1131     /* 
1132      *  almost copy paste code from below SWIG_POINTER_OWN setting
1133      */
1134     SV *obj = sv;
1135     HV *stash = SvSTASH(SvRV(obj));
1136     GV *gv = *(GV**) hv_fetch(stash, "OWNER", 5, TRUE);
1137     if (isGV(gv)) {
1138       HV *hv = GvHVn(gv);
1139       /*
1140        * To set ownership (see below), a newSViv(1) entry is added. 
1141        * Hence, to remove ownership, we delete the entry.
1142        */
1143       if (hv_exists_ent(hv, obj, 0)) {
1144         hv_delete_ent(hv, obj, 0, 0);
1145       }
1146     }
1147   }
1148   return SWIG_OK;
1149 }
1150
1151 SWIGRUNTIME void
1152 SWIG_Perl_MakePtr(SWIG_MAYBE_PERL_OBJECT SV *sv, void *ptr, swig_type_info *t, int flags) {
1153   if (ptr && (flags & SWIG_SHADOW)) {
1154     SV *self;
1155     SV *obj=newSV(0);
1156     HV *hash=newHV();
1157     HV *stash;
1158     sv_setref_pv(obj, (char *) SWIG_Perl_TypeProxyName(t), ptr);
1159     stash=SvSTASH(SvRV(obj));
1160     if (flags & SWIG_POINTER_OWN) {
1161       HV *hv;
1162       GV *gv=*(GV**)hv_fetch(stash, "OWNER", 5, TRUE);
1163       if (!isGV(gv))
1164         gv_init(gv, stash, "OWNER", 5, FALSE);
1165       hv=GvHVn(gv);
1166       hv_store_ent(hv, obj, newSViv(1), 0);
1167     }
1168     sv_magic((SV *)hash, (SV *)obj, 'P', Nullch, 0);
1169     SvREFCNT_dec(obj);
1170     self=newRV_noinc((SV *)hash);
1171     sv_setsv(sv, self);
1172     SvREFCNT_dec((SV *)self);
1173     sv_bless(sv, stash);
1174   }
1175   else {
1176     sv_setref_pv(sv, (char *) SWIG_Perl_TypeProxyName(t), ptr);
1177   }
1178 }
1179
1180 SWIGRUNTIMEINLINE SV *
1181 SWIG_Perl_NewPointerObj(SWIG_MAYBE_PERL_OBJECT void *ptr, swig_type_info *t, int flags) {
1182   SV *result = sv_newmortal();
1183   SWIG_MakePtr(result, ptr, t, flags);
1184   return result;
1185 }
1186
1187 SWIGRUNTIME void
1188 SWIG_Perl_MakePackedObj(SWIG_MAYBE_PERL_OBJECT SV *sv, void *ptr, int sz, swig_type_info *type) {
1189   char result[1024];
1190   char *r = result;
1191   if ((2*sz + 1 + strlen(SWIG_Perl_TypeProxyName(type))) > 1000) return;
1192   *(r++) = '_';
1193   r = SWIG_PackData(r,ptr,sz);
1194   strcpy(r,SWIG_Perl_TypeProxyName(type));
1195   sv_setpv(sv, result);
1196 }
1197
1198 SWIGRUNTIME SV *
1199 SWIG_Perl_NewPackedObj(SWIG_MAYBE_PERL_OBJECT void *ptr, int sz, swig_type_info *type) {
1200   SV *result = sv_newmortal();
1201   SWIG_Perl_MakePackedObj(result, ptr, sz, type);
1202   return result;
1203 }
1204
1205 /* Convert a packed value value */
1206 SWIGRUNTIME int
1207 SWIG_Perl_ConvertPacked(SWIG_MAYBE_PERL_OBJECT SV *obj, void *ptr, int sz, swig_type_info *ty) {
1208   swig_cast_info *tc;
1209   const char  *c = 0;
1210
1211   if ((!obj) || (!SvOK(obj))) return SWIG_ERROR;
1212   c = SvPV_nolen(obj);
1213   /* Pointer values must start with leading underscore */
1214   if (*c != '_') return SWIG_ERROR;
1215   c++;
1216   c = SWIG_UnpackData(c,ptr,sz);
1217   if (ty) {
1218     tc = SWIG_TypeCheck(c,ty);
1219     if (!tc) return SWIG_ERROR;
1220   }
1221   return SWIG_OK;
1222 }
1223
1224
1225 /* Macros for low-level exception handling */
1226 #define SWIG_croak(x)    { SWIG_Error(SWIG_RuntimeError, x); SWIG_fail; }
1227
1228
1229 typedef XSPROTO(SwigPerlWrapper);
1230 typedef SwigPerlWrapper *SwigPerlWrapperPtr;
1231
1232 /* Structure for command table */
1233 typedef struct {
1234   const char         *name;
1235   SwigPerlWrapperPtr  wrapper;
1236 } swig_command_info;
1237
1238 /* Information for constant table */
1239
1240 #define SWIG_INT     1
1241 #define SWIG_FLOAT   2
1242 #define SWIG_STRING  3
1243 #define SWIG_POINTER 4
1244 #define SWIG_BINARY  5
1245
1246 /* Constant information structure */
1247 typedef struct swig_constant_info {
1248     int              type;
1249     const char      *name;
1250     long             lvalue;
1251     double           dvalue;
1252     void            *pvalue;
1253     swig_type_info **ptype;
1254 } swig_constant_info;
1255
1256
1257 /* Structure for variable table */
1258 typedef struct {
1259   const char   *name;
1260   SwigMagicFunc   set;
1261   SwigMagicFunc   get;
1262   swig_type_info  **type;
1263 } swig_variable_info;
1264
1265 /* Magic variable code */
1266 #ifndef PERL_OBJECT
1267 #define swig_create_magic(s,a,b,c) _swig_create_magic(s,a,b,c)
1268   #ifndef MULTIPLICITY
1269      SWIGRUNTIME void _swig_create_magic(SV *sv, char *name, int (*set)(SV *, MAGIC *), int (*get)(SV *,MAGIC *)) 
1270   #else
1271      SWIGRUNTIME void _swig_create_magic(SV *sv, char *name, int (*set)(struct interpreter*, SV *, MAGIC *), int (*get)(struct interpreter*, SV *,MAGIC *)) 
1272   #endif
1273 #else
1274 #  define swig_create_magic(s,a,b,c) _swig_create_magic(pPerl,s,a,b,c)
1275 SWIGRUNTIME void _swig_create_magic(CPerlObj *pPerl, SV *sv, const char *name, int (CPerlObj::*set)(SV *, MAGIC *), int (CPerlObj::*get)(SV *, MAGIC *)) 
1276 #endif
1277 {
1278   MAGIC *mg;
1279   sv_magic(sv,sv,'U',(char *) name,strlen(name));
1280   mg = mg_find(sv,'U');
1281   mg->mg_virtual = (MGVTBL *) malloc(sizeof(MGVTBL));
1282   mg->mg_virtual->svt_get = (SwigMagicFunc) get;
1283   mg->mg_virtual->svt_set = (SwigMagicFunc) set;
1284   mg->mg_virtual->svt_len = 0;
1285   mg->mg_virtual->svt_clear = 0;
1286   mg->mg_virtual->svt_free = 0;
1287 }
1288
1289
1290 SWIGRUNTIME swig_module_info *
1291 SWIG_Perl_GetModule(void) {
1292   static void *type_pointer = (void *)0;
1293   SV *pointer;
1294
1295   /* first check if pointer already created */
1296   if (!type_pointer) {
1297     pointer = get_sv("swig_runtime_data::type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME, FALSE);
1298     if (pointer && SvOK(pointer)) {
1299       type_pointer = INT2PTR(swig_type_info **, SvIV(pointer));
1300     }
1301   }
1302
1303   return (swig_module_info *) type_pointer;
1304 }
1305
1306 SWIGRUNTIME void
1307 SWIG_Perl_SetModule(swig_module_info *module) {
1308   SV *pointer;
1309
1310   /* create a new pointer */
1311   pointer = get_sv("swig_runtime_data::type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME, TRUE);
1312   sv_setiv(pointer, PTR2IV(module));
1313 }
1314
1315 #ifdef __cplusplus
1316 }
1317 #endif
1318
1319 /* Workaround perl5 global namespace pollution. Note that undefining library
1320  * functions like fopen will not solve the problem on all platforms as fopen
1321  * might be a macro on Windows but not necessarily on other operating systems. */
1322 #ifdef do_open
1323   #undef do_open
1324 #endif
1325 #ifdef do_close
1326   #undef do_close
1327 #endif
1328 #ifdef scalar
1329   #undef scalar
1330 #endif
1331 #ifdef list
1332   #undef list
1333 #endif
1334 #ifdef apply
1335   #undef apply
1336 #endif
1337 #ifdef convert
1338   #undef convert
1339 #endif
1340 #ifdef Error
1341   #undef Error
1342 #endif
1343 #ifdef form
1344   #undef form
1345 #endif
1346 #ifdef vform
1347   #undef vform
1348 #endif
1349 #ifdef LABEL
1350   #undef LABEL
1351 #endif
1352 #ifdef METHOD
1353   #undef METHOD
1354 #endif
1355 #ifdef Move
1356   #undef Move
1357 #endif
1358 #ifdef yylex
1359   #undef yylex
1360 #endif
1361 #ifdef yyparse
1362   #undef yyparse
1363 #endif
1364 #ifdef yyerror
1365   #undef yyerror
1366 #endif
1367 #ifdef invert
1368   #undef invert
1369 #endif
1370 #ifdef ref
1371   #undef ref
1372 #endif
1373 #ifdef read
1374   #undef read
1375 #endif
1376 #ifdef write
1377   #undef write
1378 #endif
1379 #ifdef eof
1380   #undef eof
1381 #endif
1382 #ifdef bool
1383   #undef bool
1384 #endif
1385 #ifdef close
1386   #undef close
1387 #endif
1388 #ifdef rewind
1389   #undef rewind
1390 #endif
1391 #ifdef free
1392   #undef free
1393 #endif
1394 #ifdef malloc
1395   #undef malloc
1396 #endif
1397 #ifdef calloc
1398   #undef calloc
1399 #endif
1400 #ifdef Stat
1401   #undef Stat
1402 #endif
1403 #ifdef check
1404   #undef check
1405 #endif
1406 #ifdef seekdir
1407   #undef seekdir
1408 #endif
1409 #ifdef open
1410   #undef open
1411 #endif
1412
1413
1414
1415 #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) 
1416
1417 #define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else 
1418
1419
1420
1421   #define SWIG_exception(code, msg) do { SWIG_Error(code, msg); SWIG_fail;; } while(0) 
1422
1423
1424 /* -------- TYPES TABLE (BEGIN) -------- */
1425
1426 #define SWIGTYPE_p_char swig_types[0]
1427 #define SWIGTYPE_p_double swig_types[1]
1428 #define SWIGTYPE_p_float swig_types[2]
1429 #define SWIGTYPE_p_int swig_types[3]
1430 #define SWIGTYPE_p_unsigned_char swig_types[4]
1431 static swig_type_info *swig_types[6];
1432 static swig_module_info swig_module = {swig_types, 5, 0, 0, 0, 0};
1433 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
1434 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
1435
1436 /* -------- TYPES TABLE (END) -------- */
1437
1438 #define SWIG_init    boot_Amanda__Debug
1439
1440 #define SWIG_name   "Amanda::Debugc::boot_Amanda__Debug"
1441 #define SWIG_prefix "Amanda::Debugc::"
1442
1443 #define SWIGVERSION 0x010333 
1444 #define SWIG_VERSION SWIGVERSION
1445
1446
1447 #define SWIG_as_voidptr(a) (void *)((const void *)(a)) 
1448 #define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a)) 
1449
1450
1451 #ifdef __cplusplus
1452 extern "C"
1453 #endif
1454 #ifndef PERL_OBJECT
1455 #ifndef MULTIPLICITY
1456 SWIGEXPORT void SWIG_init (CV* cv);
1457 #else
1458 SWIGEXPORT void SWIG_init (pTHXo_ CV* cv);
1459 #endif
1460 #else
1461 SWIGEXPORT void SWIG_init (CV *cv, CPerlObj *);
1462 #endif
1463
1464
1465 #include "amglue.h"
1466
1467
1468 #include "amglue.h"
1469
1470
1471 #include "amglue.h"
1472
1473
1474 #include <glib.h>
1475 #include "debug.h"
1476
1477
1478 SWIGINTERN swig_type_info*
1479 SWIG_pchar_descriptor(void)
1480 {
1481   static int init = 0;
1482   static swig_type_info* info = 0;
1483   if (!init) {
1484     info = SWIG_TypeQuery("_p_char");
1485     init = 1;
1486   }
1487   return info;
1488 }
1489
1490
1491 SWIGINTERN int
1492 SWIG_AsCharPtrAndSize(SV *obj, char** cptr, size_t* psize, int *alloc)
1493 {
1494   if (SvPOK(obj)) {
1495     STRLEN len = 0;
1496     char *cstr = SvPV(obj, len); 
1497     size_t size = len + 1;
1498     if (cptr)  {
1499       if (alloc) {
1500         if (*alloc == SWIG_NEWOBJ) {
1501           *cptr = (char *)memcpy((char *)malloc((size)*sizeof(char)), cstr, sizeof(char)*(size));
1502         } else {
1503           *cptr = cstr;
1504           *alloc = SWIG_OLDOBJ;
1505         }
1506       }
1507     }
1508     if (psize) *psize = size;
1509     return SWIG_OK;
1510   } else {
1511     swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
1512     if (pchar_descriptor) {
1513       char* vptr = 0; 
1514       if (SWIG_ConvertPtr(obj, (void**)&vptr, pchar_descriptor, 0) == SWIG_OK) {
1515         if (cptr) *cptr = vptr;
1516         if (psize) *psize = vptr ? (strlen(vptr) + 1) : 0;
1517         if (alloc) *alloc = SWIG_OLDOBJ;
1518         return SWIG_OK;
1519       }
1520     }
1521   }
1522   return SWIG_TypeError;
1523 }
1524
1525
1526
1527
1528
1529 SWIGINTERNINLINE SV *
1530 SWIG_From_long  SWIG_PERL_DECL_ARGS_1(long value)
1531 {    
1532   SV *obj = sv_newmortal();
1533   sv_setiv(obj, (IV) value);
1534   return obj;
1535 }
1536
1537
1538 SWIGINTERNINLINE SV *
1539 SWIG_From_int  SWIG_PERL_DECL_ARGS_1(int value)
1540 {    
1541   return SWIG_From_long  SWIG_PERL_CALL_ARGS_1(value);
1542 }
1543
1544
1545 #include <limits.h>
1546 #if !defined(SWIG_NO_LLONG_MAX)
1547 # if !defined(LLONG_MAX) && defined(__GNUC__) && defined (__LONG_LONG_MAX__)
1548 #   define LLONG_MAX __LONG_LONG_MAX__
1549 #   define LLONG_MIN (-LLONG_MAX - 1LL)
1550 #   define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
1551 # endif
1552 #endif
1553
1554
1555 SWIGINTERN int
1556 SWIG_AsVal_double SWIG_PERL_DECL_ARGS_2(SV *obj, double *val)
1557 {
1558   if (SvNIOK(obj)) {
1559     if (val) *val = SvNV(obj);
1560     return SWIG_OK;
1561   } else if (SvIOK(obj)) {
1562     if (val) *val = (double) SvIV(obj);
1563     return SWIG_AddCast(SWIG_OK);
1564   } else {
1565     const char *nptr = SvPV_nolen(obj);
1566     if (nptr) {
1567       char *endptr;
1568       double v = strtod(nptr, &endptr);
1569       if (errno == ERANGE) {
1570         errno = 0;
1571         return SWIG_OverflowError;
1572       } else {
1573         if (*endptr == '\0') {
1574           if (val) *val = v;
1575           return SWIG_Str2NumCast(SWIG_OK);
1576         }
1577       }
1578     }
1579   }
1580   return SWIG_TypeError;
1581 }
1582
1583
1584 #include <float.h>
1585
1586
1587 #include <math.h>
1588
1589
1590 SWIGINTERNINLINE int
1591 SWIG_CanCastAsInteger(double *d, double min, double max) {
1592   double x = *d;
1593   if ((min <= x && x <= max)) {
1594    double fx = floor(x);
1595    double cx = ceil(x);
1596    double rd =  ((x - fx) < 0.5) ? fx : cx; /* simple rint */
1597    if ((errno == EDOM) || (errno == ERANGE)) {
1598      errno = 0;
1599    } else {
1600      double summ, reps, diff;
1601      if (rd < x) {
1602        diff = x - rd;
1603      } else if (rd > x) {
1604        diff = rd - x;
1605      } else {
1606        return 1;
1607      }
1608      summ = rd + x;
1609      reps = diff/summ;
1610      if (reps < 8*DBL_EPSILON) {
1611        *d = rd;
1612        return 1;
1613      }
1614    }
1615   }
1616   return 0;
1617 }
1618
1619
1620 SWIGINTERN int
1621 SWIG_AsVal_long SWIG_PERL_DECL_ARGS_2(SV *obj, long* val)
1622 {
1623   if (SvIOK(obj)) {
1624     if (val) *val = SvIV(obj);
1625     return SWIG_OK;
1626   } else {
1627     int dispatch = 0;
1628     const char *nptr = SvPV_nolen(obj);
1629     if (nptr) {
1630       char *endptr;
1631       long v;
1632       errno = 0;
1633       v = strtol(nptr, &endptr,0);
1634       if (errno == ERANGE) {
1635         errno = 0;
1636         return SWIG_OverflowError;
1637       } else {
1638         if (*endptr == '\0') {
1639           if (val) *val = v;
1640           return SWIG_Str2NumCast(SWIG_OK);
1641         }
1642       }
1643     }
1644     if (!dispatch) {
1645       double d;
1646       int res = SWIG_AddCast(SWIG_AsVal_double SWIG_PERL_CALL_ARGS_2(obj,&d));
1647       if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) {
1648         if (val) *val = (long)(d);
1649         return res;
1650       }
1651     }
1652   }
1653   return SWIG_TypeError;
1654 }
1655
1656
1657 SWIGINTERN int
1658 SWIG_AsVal_int SWIG_PERL_DECL_ARGS_2(SV * obj, int *val)
1659 {
1660   long v;
1661   int res = SWIG_AsVal_long SWIG_PERL_CALL_ARGS_2(obj, &v);
1662   if (SWIG_IsOK(res)) {
1663     if ((v < INT_MIN || v > INT_MAX)) {
1664       return SWIG_OverflowError;
1665     } else {
1666       if (val) *val = (int)(v);
1667     }
1668   }  
1669   return res;
1670 }
1671
1672
1673 void error__(char *msg) { g_error("%s", msg); }
1674 void critical(char *msg) { g_critical("%s", msg); }
1675 void warning(char *msg) { g_warning("%s", msg); }
1676 void message(char *msg) { g_message("%s", msg); }
1677 void info(char *msg) { g_info("%s", msg); }
1678 void debug(char *msg) { g_debug("%s", msg); }
1679
1680
1681 SWIGINTERNINLINE SV *
1682 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
1683 {
1684   SV *obj = sv_newmortal();
1685   if (carray) {
1686     sv_setpvn(obj, carray, size);
1687   } else {
1688     sv_setsv(obj, &PL_sv_undef);
1689   }
1690   return obj;
1691 }
1692
1693
1694 SWIGINTERNINLINE SV * 
1695 SWIG_FromCharPtr(const char *cptr)
1696
1697   return SWIG_FromCharPtrAndSize(cptr, (cptr ? strlen(cptr) : 0));
1698 }
1699
1700 #ifdef __cplusplus
1701 extern "C" {
1702 #endif
1703
1704 #ifdef PERL_OBJECT
1705 #define MAGIC_CLASS _wrap_Amanda::Debug_var::
1706 class _wrap_Amanda::Debug_var : public CPerlObj {
1707 public:
1708 #else
1709 #define MAGIC_CLASS
1710 #endif
1711 SWIGCLASS_STATIC int swig_magic_readonly(pTHX_ SV *SWIGUNUSEDPARM(sv), MAGIC *SWIGUNUSEDPARM(mg)) {
1712     MAGIC_PPERL
1713     croak("Value is read-only.");
1714     return 0;
1715 }
1716 SWIGCLASS_STATIC int _wrap_erroutput_type_set(pTHX_ SV* sv, MAGIC * SWIGUNUSEDPARM(mg)) {
1717   MAGIC_PPERL
1718   {
1719     int val;
1720     int res = SWIG_AsVal_int SWIG_PERL_CALL_ARGS_2(sv, &val);
1721     if (!SWIG_IsOK(res)) {
1722       SWIG_exception_fail(SWIG_ArgError(res), "in variable '""erroutput_type""' of type '""erroutput_type_t""'");
1723     }
1724     erroutput_type = (erroutput_type_t)(val);
1725   }
1726 fail:
1727   return 1;
1728 }
1729
1730
1731 SWIGCLASS_STATIC int _wrap_erroutput_type_get(pTHX_ SV *sv, MAGIC *SWIGUNUSEDPARM(mg)) {
1732   MAGIC_PPERL
1733   sv_setsv(sv,SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(erroutput_type)))  ;
1734   return 1;
1735 }
1736
1737
1738 SWIGCLASS_STATIC int _wrap_error_exit_status_set(pTHX_ SV* sv, MAGIC * SWIGUNUSEDPARM(mg)) {
1739   MAGIC_PPERL
1740   {
1741     int val;
1742     int res = SWIG_AsVal_int SWIG_PERL_CALL_ARGS_2(sv, &val);
1743     if (!SWIG_IsOK(res)) {
1744       SWIG_exception_fail(SWIG_ArgError(res), "in variable '""error_exit_status""' of type '""int""'");
1745     }
1746     error_exit_status = (int)(val);
1747   }
1748 fail:
1749   return 1;
1750 }
1751
1752
1753 SWIGCLASS_STATIC int _wrap_error_exit_status_get(pTHX_ SV *sv, MAGIC *SWIGUNUSEDPARM(mg)) {
1754   MAGIC_PPERL
1755   sv_setsv(sv,SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(error_exit_status)))  ;
1756   return 1;
1757 }
1758
1759
1760
1761
1762 #ifdef PERL_OBJECT
1763 };
1764 #endif
1765
1766 #ifdef __cplusplus
1767 }
1768 #endif
1769
1770 #ifdef __cplusplus
1771 extern "C" {
1772 #endif
1773 XS(_wrap_dbopen) {
1774   {
1775     char *arg1 = (char *) 0 ;
1776     int res1 ;
1777     char *buf1 = 0 ;
1778     int alloc1 = 0 ;
1779     int argvi = 0;
1780     dXSARGS;
1781     
1782     if ((items < 1) || (items > 1)) {
1783       SWIG_croak("Usage: dbopen(subdir);");
1784     }
1785     res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
1786     if (!SWIG_IsOK(res1)) {
1787       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "dbopen" "', argument " "1"" of type '" "char *""'");
1788     }
1789     arg1 = (char *)(buf1);
1790     dbopen(arg1);
1791     
1792     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1793     XSRETURN(argvi);
1794   fail:
1795     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1796     SWIG_croak_null();
1797   }
1798 }
1799
1800
1801 XS(_wrap_dbreopen) {
1802   {
1803     char *arg1 = (char *) 0 ;
1804     char *arg2 = (char *) 0 ;
1805     int res1 ;
1806     char *buf1 = 0 ;
1807     int alloc1 = 0 ;
1808     int res2 ;
1809     char *buf2 = 0 ;
1810     int alloc2 = 0 ;
1811     int argvi = 0;
1812     dXSARGS;
1813     
1814     if ((items < 2) || (items > 2)) {
1815       SWIG_croak("Usage: dbreopen(file,notation);");
1816     }
1817     res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
1818     if (!SWIG_IsOK(res1)) {
1819       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "dbreopen" "', argument " "1"" of type '" "char *""'");
1820     }
1821     arg1 = (char *)(buf1);
1822     res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2);
1823     if (!SWIG_IsOK(res2)) {
1824       SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "dbreopen" "', argument " "2"" of type '" "char *""'");
1825     }
1826     arg2 = (char *)(buf2);
1827     dbreopen(arg1,arg2);
1828     
1829     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1830     if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
1831     XSRETURN(argvi);
1832   fail:
1833     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1834     if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
1835     SWIG_croak_null();
1836   }
1837 }
1838
1839
1840 XS(_wrap_dbrename) {
1841   {
1842     char *arg1 = (char *) 0 ;
1843     char *arg2 = (char *) 0 ;
1844     int res1 ;
1845     char *buf1 = 0 ;
1846     int alloc1 = 0 ;
1847     int res2 ;
1848     char *buf2 = 0 ;
1849     int alloc2 = 0 ;
1850     int argvi = 0;
1851     dXSARGS;
1852     
1853     if ((items < 2) || (items > 2)) {
1854       SWIG_croak("Usage: dbrename(config,subdir);");
1855     }
1856     res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
1857     if (!SWIG_IsOK(res1)) {
1858       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "dbrename" "', argument " "1"" of type '" "char *""'");
1859     }
1860     arg1 = (char *)(buf1);
1861     res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2);
1862     if (!SWIG_IsOK(res2)) {
1863       SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "dbrename" "', argument " "2"" of type '" "char *""'");
1864     }
1865     arg2 = (char *)(buf2);
1866     dbrename(arg1,arg2);
1867     
1868     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1869     if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
1870     XSRETURN(argvi);
1871   fail:
1872     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1873     if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
1874     SWIG_croak_null();
1875   }
1876 }
1877
1878
1879 XS(_wrap_dbclose) {
1880   {
1881     int argvi = 0;
1882     dXSARGS;
1883     
1884     if ((items < 0) || (items > 0)) {
1885       SWIG_croak("Usage: dbclose();");
1886     }
1887     dbclose();
1888     
1889     XSRETURN(argvi);
1890   fail:
1891     SWIG_croak_null();
1892   }
1893 }
1894
1895
1896 XS(_wrap_error) {
1897   {
1898     char *arg1 = (char *) 0 ;
1899     int res1 ;
1900     char *buf1 = 0 ;
1901     int alloc1 = 0 ;
1902     int argvi = 0;
1903     dXSARGS;
1904     
1905     if ((items < 1) || (items > 1)) {
1906       SWIG_croak("Usage: error(msg);");
1907     }
1908     res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
1909     if (!SWIG_IsOK(res1)) {
1910       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "error" "', argument " "1"" of type '" "char *""'");
1911     }
1912     arg1 = (char *)(buf1);
1913     error__(arg1);
1914     
1915     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1916     XSRETURN(argvi);
1917   fail:
1918     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1919     SWIG_croak_null();
1920   }
1921 }
1922
1923
1924 XS(_wrap_critical) {
1925   {
1926     char *arg1 = (char *) 0 ;
1927     int res1 ;
1928     char *buf1 = 0 ;
1929     int alloc1 = 0 ;
1930     int argvi = 0;
1931     dXSARGS;
1932     
1933     if ((items < 1) || (items > 1)) {
1934       SWIG_croak("Usage: critical(msg);");
1935     }
1936     res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
1937     if (!SWIG_IsOK(res1)) {
1938       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "critical" "', argument " "1"" of type '" "char *""'");
1939     }
1940     arg1 = (char *)(buf1);
1941     critical(arg1);
1942     
1943     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1944     XSRETURN(argvi);
1945   fail:
1946     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1947     SWIG_croak_null();
1948   }
1949 }
1950
1951
1952 XS(_wrap_warning) {
1953   {
1954     char *arg1 = (char *) 0 ;
1955     int res1 ;
1956     char *buf1 = 0 ;
1957     int alloc1 = 0 ;
1958     int argvi = 0;
1959     dXSARGS;
1960     
1961     if ((items < 1) || (items > 1)) {
1962       SWIG_croak("Usage: warning(msg);");
1963     }
1964     res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
1965     if (!SWIG_IsOK(res1)) {
1966       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "warning" "', argument " "1"" of type '" "char *""'");
1967     }
1968     arg1 = (char *)(buf1);
1969     warning(arg1);
1970     
1971     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1972     XSRETURN(argvi);
1973   fail:
1974     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1975     SWIG_croak_null();
1976   }
1977 }
1978
1979
1980 XS(_wrap_message) {
1981   {
1982     char *arg1 = (char *) 0 ;
1983     int res1 ;
1984     char *buf1 = 0 ;
1985     int alloc1 = 0 ;
1986     int argvi = 0;
1987     dXSARGS;
1988     
1989     if ((items < 1) || (items > 1)) {
1990       SWIG_croak("Usage: message(msg);");
1991     }
1992     res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
1993     if (!SWIG_IsOK(res1)) {
1994       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "message" "', argument " "1"" of type '" "char *""'");
1995     }
1996     arg1 = (char *)(buf1);
1997     message(arg1);
1998     
1999     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2000     XSRETURN(argvi);
2001   fail:
2002     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2003     SWIG_croak_null();
2004   }
2005 }
2006
2007
2008 XS(_wrap_info) {
2009   {
2010     char *arg1 = (char *) 0 ;
2011     int res1 ;
2012     char *buf1 = 0 ;
2013     int alloc1 = 0 ;
2014     int argvi = 0;
2015     dXSARGS;
2016     
2017     if ((items < 1) || (items > 1)) {
2018       SWIG_croak("Usage: info(msg);");
2019     }
2020     res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
2021     if (!SWIG_IsOK(res1)) {
2022       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "info" "', argument " "1"" of type '" "char *""'");
2023     }
2024     arg1 = (char *)(buf1);
2025     info(arg1);
2026     
2027     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2028     XSRETURN(argvi);
2029   fail:
2030     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2031     SWIG_croak_null();
2032   }
2033 }
2034
2035
2036 XS(_wrap_debug) {
2037   {
2038     char *arg1 = (char *) 0 ;
2039     int res1 ;
2040     char *buf1 = 0 ;
2041     int alloc1 = 0 ;
2042     int argvi = 0;
2043     dXSARGS;
2044     
2045     if ((items < 1) || (items > 1)) {
2046       SWIG_croak("Usage: debug(msg);");
2047     }
2048     res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
2049     if (!SWIG_IsOK(res1)) {
2050       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "debug" "', argument " "1"" of type '" "char *""'");
2051     }
2052     arg1 = (char *)(buf1);
2053     debug(arg1);
2054     
2055     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2056     XSRETURN(argvi);
2057   fail:
2058     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2059     SWIG_croak_null();
2060   }
2061 }
2062
2063
2064 XS(_wrap_dbfd) {
2065   {
2066     int result;
2067     int argvi = 0;
2068     dXSARGS;
2069     
2070     if ((items < 0) || (items > 0)) {
2071       SWIG_croak("Usage: dbfd();");
2072     }
2073     result = (int)dbfd();
2074     {
2075       ST(argvi) = sv_2mortal(amglue_newSVi64(result));
2076       argvi++;
2077     }
2078     XSRETURN(argvi);
2079   fail:
2080     SWIG_croak_null();
2081   }
2082 }
2083
2084
2085 XS(_wrap_dbfn) {
2086   {
2087     char *result = 0 ;
2088     int argvi = 0;
2089     dXSARGS;
2090     
2091     if ((items < 0) || (items > 0)) {
2092       SWIG_croak("Usage: dbfn();");
2093     }
2094     result = (char *)dbfn();
2095     ST(argvi) = SWIG_FromCharPtr((const char *)result); argvi++ ;
2096     XSRETURN(argvi);
2097   fail:
2098     SWIG_croak_null();
2099   }
2100 }
2101
2102
2103 XS(_wrap_debug_dup_stderr_to_debug) {
2104   {
2105     int argvi = 0;
2106     dXSARGS;
2107     
2108     if ((items < 0) || (items > 0)) {
2109       SWIG_croak("Usage: debug_dup_stderr_to_debug();");
2110     }
2111     debug_dup_stderr_to_debug();
2112     
2113     XSRETURN(argvi);
2114   fail:
2115     SWIG_croak_null();
2116   }
2117 }
2118
2119
2120
2121 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
2122
2123 static swig_type_info _swigt__p_char = {"_p_char", "gchar *|char *", 0, 0, (void*)0, 0};
2124 static swig_type_info _swigt__p_double = {"_p_double", "double *|gdouble *", 0, 0, (void*)0, 0};
2125 static swig_type_info _swigt__p_float = {"_p_float", "float *|gfloat *", 0, 0, (void*)0, 0};
2126 static swig_type_info _swigt__p_int = {"_p_int", "int *|erroutput_type_t *|gboolean *", 0, 0, (void*)0, 0};
2127 static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "guchar *|unsigned char *", 0, 0, (void*)0, 0};
2128
2129 static swig_type_info *swig_type_initial[] = {
2130   &_swigt__p_char,
2131   &_swigt__p_double,
2132   &_swigt__p_float,
2133   &_swigt__p_int,
2134   &_swigt__p_unsigned_char,
2135 };
2136
2137 static swig_cast_info _swigc__p_char[] = {  {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
2138 static swig_cast_info _swigc__p_double[] = {  {&_swigt__p_double, 0, 0, 0},{0, 0, 0, 0}};
2139 static swig_cast_info _swigc__p_float[] = {  {&_swigt__p_float, 0, 0, 0},{0, 0, 0, 0}};
2140 static swig_cast_info _swigc__p_int[] = {  {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}};
2141 static swig_cast_info _swigc__p_unsigned_char[] = {  {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}};
2142
2143 static swig_cast_info *swig_cast_initial[] = {
2144   _swigc__p_char,
2145   _swigc__p_double,
2146   _swigc__p_float,
2147   _swigc__p_int,
2148   _swigc__p_unsigned_char,
2149 };
2150
2151
2152 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
2153
2154 static swig_constant_info swig_constants[] = {
2155 {0,0,0,0,0,0}
2156 };
2157 #ifdef __cplusplus
2158 }
2159 #endif
2160 static swig_variable_info swig_variables[] = {
2161     { "Amanda::Debugc::erroutput_type", MAGIC_CLASS _wrap_erroutput_type_set, MAGIC_CLASS _wrap_erroutput_type_get,0 },
2162     { "Amanda::Debugc::error_exit_status", MAGIC_CLASS _wrap_error_exit_status_set, MAGIC_CLASS _wrap_error_exit_status_get,0 },
2163 {0,0,0,0}
2164 };
2165 static swig_command_info swig_commands[] = {
2166 {"Amanda::Debugc::dbopen", _wrap_dbopen},
2167 {"Amanda::Debugc::dbreopen", _wrap_dbreopen},
2168 {"Amanda::Debugc::dbrename", _wrap_dbrename},
2169 {"Amanda::Debugc::dbclose", _wrap_dbclose},
2170 {"Amanda::Debugc::error", _wrap_error},
2171 {"Amanda::Debugc::critical", _wrap_critical},
2172 {"Amanda::Debugc::warning", _wrap_warning},
2173 {"Amanda::Debugc::message", _wrap_message},
2174 {"Amanda::Debugc::info", _wrap_info},
2175 {"Amanda::Debugc::debug", _wrap_debug},
2176 {"Amanda::Debugc::dbfd", _wrap_dbfd},
2177 {"Amanda::Debugc::dbfn", _wrap_dbfn},
2178 {"Amanda::Debugc::debug_dup_stderr_to_debug", _wrap_debug_dup_stderr_to_debug},
2179 {0,0}
2180 };
2181 /* -----------------------------------------------------------------------------
2182  * Type initialization:
2183  * This problem is tough by the requirement that no dynamic 
2184  * memory is used. Also, since swig_type_info structures store pointers to 
2185  * swig_cast_info structures and swig_cast_info structures store pointers back
2186  * to swig_type_info structures, we need some lookup code at initialization. 
2187  * The idea is that swig generates all the structures that are needed. 
2188  * The runtime then collects these partially filled structures. 
2189  * The SWIG_InitializeModule function takes these initial arrays out of 
2190  * swig_module, and does all the lookup, filling in the swig_module.types
2191  * array with the correct data and linking the correct swig_cast_info
2192  * structures together.
2193  *
2194  * The generated swig_type_info structures are assigned staticly to an initial 
2195  * array. We just loop through that array, and handle each type individually.
2196  * First we lookup if this type has been already loaded, and if so, use the
2197  * loaded structure instead of the generated one. Then we have to fill in the
2198  * cast linked list. The cast data is initially stored in something like a
2199  * two-dimensional array. Each row corresponds to a type (there are the same
2200  * number of rows as there are in the swig_type_initial array). Each entry in
2201  * a column is one of the swig_cast_info structures for that type.
2202  * The cast_initial array is actually an array of arrays, because each row has
2203  * a variable number of columns. So to actually build the cast linked list,
2204  * we find the array of casts associated with the type, and loop through it 
2205  * adding the casts to the list. The one last trick we need to do is making
2206  * sure the type pointer in the swig_cast_info struct is correct.
2207  *
2208  * First off, we lookup the cast->type name to see if it is already loaded. 
2209  * There are three cases to handle:
2210  *  1) If the cast->type has already been loaded AND the type we are adding
2211  *     casting info to has not been loaded (it is in this module), THEN we
2212  *     replace the cast->type pointer with the type pointer that has already
2213  *     been loaded.
2214  *  2) If BOTH types (the one we are adding casting info to, and the 
2215  *     cast->type) are loaded, THEN the cast info has already been loaded by
2216  *     the previous module so we just ignore it.
2217  *  3) Finally, if cast->type has not already been loaded, then we add that
2218  *     swig_cast_info to the linked list (because the cast->type) pointer will
2219  *     be correct.
2220  * ----------------------------------------------------------------------------- */
2221
2222 #ifdef __cplusplus
2223 extern "C" {
2224 #if 0
2225 } /* c-mode */
2226 #endif
2227 #endif
2228
2229 #if 0
2230 #define SWIGRUNTIME_DEBUG
2231 #endif
2232
2233
2234 SWIGRUNTIME void
2235 SWIG_InitializeModule(void *clientdata) {
2236   size_t i;
2237   swig_module_info *module_head, *iter;
2238   int found;
2239   
2240   clientdata = clientdata;
2241   
2242   /* check to see if the circular list has been setup, if not, set it up */
2243   if (swig_module.next==0) {
2244     /* Initialize the swig_module */
2245     swig_module.type_initial = swig_type_initial;
2246     swig_module.cast_initial = swig_cast_initial;
2247     swig_module.next = &swig_module;
2248   }
2249   
2250   /* Try and load any already created modules */
2251   module_head = SWIG_GetModule(clientdata);
2252   if (!module_head) {
2253     /* This is the first module loaded for this interpreter */
2254     /* so set the swig module into the interpreter */
2255     SWIG_SetModule(clientdata, &swig_module);
2256     module_head = &swig_module;
2257   } else {
2258     /* the interpreter has loaded a SWIG module, but has it loaded this one? */
2259     found=0;
2260     iter=module_head;
2261     do {
2262       if (iter==&swig_module) {
2263         found=1;
2264         break;
2265       }
2266       iter=iter->next;
2267     } while (iter!= module_head);
2268     
2269     /* if the is found in the list, then all is done and we may leave */
2270     if (found) return;
2271     /* otherwise we must add out module into the list */
2272     swig_module.next = module_head->next;
2273     module_head->next = &swig_module;
2274   }
2275   
2276   /* Now work on filling in swig_module.types */
2277 #ifdef SWIGRUNTIME_DEBUG
2278   printf("SWIG_InitializeModule: size %d\n", swig_module.size);
2279 #endif
2280   for (i = 0; i < swig_module.size; ++i) {
2281     swig_type_info *type = 0;
2282     swig_type_info *ret;
2283     swig_cast_info *cast;
2284     
2285 #ifdef SWIGRUNTIME_DEBUG
2286     printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
2287 #endif
2288     
2289     /* if there is another module already loaded */
2290     if (swig_module.next != &swig_module) {
2291       type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->name);
2292     }
2293     if (type) {
2294       /* Overwrite clientdata field */
2295 #ifdef SWIGRUNTIME_DEBUG
2296       printf("SWIG_InitializeModule: found type %s\n", type->name);
2297 #endif
2298       if (swig_module.type_initial[i]->clientdata) {
2299         type->clientdata = swig_module.type_initial[i]->clientdata;
2300 #ifdef SWIGRUNTIME_DEBUG
2301         printf("SWIG_InitializeModule: found and overwrite type %s \n", type->name);
2302 #endif
2303       }
2304     } else {
2305       type = swig_module.type_initial[i];
2306     }
2307     
2308     /* Insert casting types */
2309     cast = swig_module.cast_initial[i];
2310     while (cast->type) {
2311       /* Don't need to add information already in the list */
2312       ret = 0;
2313 #ifdef SWIGRUNTIME_DEBUG
2314       printf("SWIG_InitializeModule: look cast %s\n", cast->type->name);
2315 #endif
2316       if (swig_module.next != &swig_module) {
2317         ret = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, cast->type->name);
2318 #ifdef SWIGRUNTIME_DEBUG
2319         if (ret) printf("SWIG_InitializeModule: found cast %s\n", ret->name);
2320 #endif
2321       }
2322       if (ret) {
2323         if (type == swig_module.type_initial[i]) {
2324 #ifdef SWIGRUNTIME_DEBUG
2325           printf("SWIG_InitializeModule: skip old type %s\n", ret->name);
2326 #endif
2327           cast->type = ret;
2328           ret = 0;
2329         } else {
2330           /* Check for casting already in the list */
2331           swig_cast_info *ocast = SWIG_TypeCheck(ret->name, type);
2332 #ifdef SWIGRUNTIME_DEBUG
2333           if (ocast) printf("SWIG_InitializeModule: skip old cast %s\n", ret->name);
2334 #endif
2335           if (!ocast) ret = 0;
2336         }
2337       }
2338       
2339       if (!ret) {
2340 #ifdef SWIGRUNTIME_DEBUG
2341         printf("SWIG_InitializeModule: adding cast %s\n", cast->type->name);
2342 #endif
2343         if (type->cast) {
2344           type->cast->prev = cast;
2345           cast->next = type->cast;
2346         }
2347         type->cast = cast;
2348       }
2349       cast++;
2350     }
2351     /* Set entry in modules->types array equal to the type */
2352     swig_module.types[i] = type;
2353   }
2354   swig_module.types[i] = 0;
2355   
2356 #ifdef SWIGRUNTIME_DEBUG
2357   printf("**** SWIG_InitializeModule: Cast List ******\n");
2358   for (i = 0; i < swig_module.size; ++i) {
2359     int j = 0;
2360     swig_cast_info *cast = swig_module.cast_initial[i];
2361     printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
2362     while (cast->type) {
2363       printf("SWIG_InitializeModule: cast type %s\n", cast->type->name);
2364       cast++;
2365       ++j;
2366     }
2367     printf("---- Total casts: %d\n",j);
2368   }
2369   printf("**** SWIG_InitializeModule: Cast List ******\n");
2370 #endif
2371 }
2372
2373 /* This function will propagate the clientdata field of type to
2374 * any new swig_type_info structures that have been added into the list
2375 * of equivalent types.  It is like calling
2376 * SWIG_TypeClientData(type, clientdata) a second time.
2377 */
2378 SWIGRUNTIME void
2379 SWIG_PropagateClientData(void) {
2380   size_t i;
2381   swig_cast_info *equiv;
2382   static int init_run = 0;
2383   
2384   if (init_run) return;
2385   init_run = 1;
2386   
2387   for (i = 0; i < swig_module.size; i++) {
2388     if (swig_module.types[i]->clientdata) {
2389       equiv = swig_module.types[i]->cast;
2390       while (equiv) {
2391         if (!equiv->converter) {
2392           if (equiv->type && !equiv->type->clientdata)
2393           SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
2394         }
2395         equiv = equiv->next;
2396       }
2397     }
2398   }
2399 }
2400
2401 #ifdef __cplusplus
2402 #if 0
2403 {
2404   /* c-mode */
2405 #endif
2406 }
2407 #endif
2408
2409
2410
2411 #ifdef __cplusplus
2412 extern "C"
2413 #endif
2414
2415 XS(SWIG_init) {
2416   dXSARGS;
2417   int i;
2418   
2419   SWIG_InitializeModule(0);
2420   
2421   /* Install commands */
2422   for (i = 0; swig_commands[i].name; i++) {
2423     newXS((char*) swig_commands[i].name,swig_commands[i].wrapper, (char*)__FILE__);
2424   }
2425   
2426   /* Install variables */
2427   for (i = 0; swig_variables[i].name; i++) {
2428     SV *sv;
2429     sv = get_sv((char*) swig_variables[i].name, TRUE | 0x2);
2430     if (swig_variables[i].type) {
2431       SWIG_MakePtr(sv,(void *)1, *swig_variables[i].type,0);
2432     } else {
2433       sv_setiv(sv,(IV) 0);
2434     }
2435     swig_create_magic(sv, (char *) swig_variables[i].name, swig_variables[i].set, swig_variables[i].get); 
2436   }
2437   
2438   /* Install constant */
2439   for (i = 0; swig_constants[i].type; i++) {
2440     SV *sv;
2441     sv = get_sv((char*)swig_constants[i].name, TRUE | 0x2);
2442     switch(swig_constants[i].type) {
2443     case SWIG_INT:
2444       sv_setiv(sv, (IV) swig_constants[i].lvalue);
2445       break;
2446     case SWIG_FLOAT:
2447       sv_setnv(sv, (double) swig_constants[i].dvalue);
2448       break;
2449     case SWIG_STRING:
2450       sv_setpv(sv, (char *) swig_constants[i].pvalue);
2451       break;
2452     case SWIG_POINTER:
2453       SWIG_MakePtr(sv, swig_constants[i].pvalue, *(swig_constants[i].ptype),0);
2454       break;
2455     case SWIG_BINARY:
2456       SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].ptype));
2457       break;
2458     default:
2459       break;
2460     }
2461     SvREADONLY_on(sv);
2462   }
2463   
2464   /*@SWIG:/usr/share/swig/1.3.33/perl5/perltypemaps.swg,64,%set_constant@*/ do {
2465     SV *sv = get_sv((char*) SWIG_prefix "ERR_INTERACTIVE", TRUE | 0x2);
2466     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(ERR_INTERACTIVE)));
2467     SvREADONLY_on(sv);
2468   } while(0) /*@SWIG@*/;
2469   /*@SWIG:/usr/share/swig/1.3.33/perl5/perltypemaps.swg,64,%set_constant@*/ do {
2470     SV *sv = get_sv((char*) SWIG_prefix "ERR_SYSLOG", TRUE | 0x2);
2471     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(ERR_SYSLOG)));
2472     SvREADONLY_on(sv);
2473   } while(0) /*@SWIG@*/;
2474   /*@SWIG:/usr/share/swig/1.3.33/perl5/perltypemaps.swg,64,%set_constant@*/ do {
2475     SV *sv = get_sv((char*) SWIG_prefix "ERR_AMANDALOG", TRUE | 0x2);
2476     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(ERR_AMANDALOG)));
2477     SvREADONLY_on(sv);
2478   } while(0) /*@SWIG@*/;
2479   ST(0) = &PL_sv_yes;
2480   XSRETURN(1);
2481 }
2482