Imported Upstream version 2.6.0p1
[debian/amanda] / perl / Amanda / Cmdline.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_GSList swig_types[0]
1427 #define SWIGTYPE_p_char swig_types[1]
1428 #define SWIGTYPE_p_double swig_types[2]
1429 #define SWIGTYPE_p_dumpspec_t swig_types[3]
1430 #define SWIGTYPE_p_float swig_types[4]
1431 #define SWIGTYPE_p_int swig_types[5]
1432 #define SWIGTYPE_p_p_char swig_types[6]
1433 #define SWIGTYPE_p_unsigned_char swig_types[7]
1434 static swig_type_info *swig_types[9];
1435 static swig_module_info swig_module = {swig_types, 8, 0, 0, 0, 0};
1436 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
1437 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
1438
1439 /* -------- TYPES TABLE (END) -------- */
1440
1441 #define SWIG_init    boot_Amanda__Cmdline
1442
1443 #define SWIG_name   "Amanda::Cmdlinec::boot_Amanda__Cmdline"
1444 #define SWIG_prefix "Amanda::Cmdlinec::"
1445
1446 #define SWIGVERSION 0x010333 
1447 #define SWIG_VERSION SWIGVERSION
1448
1449
1450 #define SWIG_as_voidptr(a) (void *)((const void *)(a)) 
1451 #define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a)) 
1452
1453
1454 #ifdef __cplusplus
1455 extern "C"
1456 #endif
1457 #ifndef PERL_OBJECT
1458 #ifndef MULTIPLICITY
1459 SWIGEXPORT void SWIG_init (CV* cv);
1460 #else
1461 SWIGEXPORT void SWIG_init (pTHXo_ CV* cv);
1462 #endif
1463 #else
1464 SWIGEXPORT void SWIG_init (CV *cv, CPerlObj *);
1465 #endif
1466
1467
1468 #include "amglue.h"
1469
1470
1471 #include "amglue.h"
1472
1473
1474 #include "amglue.h"
1475
1476
1477 #include "cmdline.h"
1478
1479
1480 typedef GSList amglue_dumpspec_list;
1481
1482
1483 #include <glib.h>
1484 #include "cmdline.h"
1485
1486
1487 SWIGINTERNINLINE SV *
1488 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
1489 {
1490   SV *obj = sv_newmortal();
1491   if (carray) {
1492     sv_setpvn(obj, carray, size);
1493   } else {
1494     sv_setsv(obj, &PL_sv_undef);
1495   }
1496   return obj;
1497 }
1498
1499
1500 SWIGINTERNINLINE SV * 
1501 SWIG_FromCharPtr(const char *cptr)
1502
1503   return SWIG_FromCharPtrAndSize(cptr, (cptr ? strlen(cptr) : 0));
1504 }
1505
1506
1507 SWIGINTERN swig_type_info*
1508 SWIG_pchar_descriptor(void)
1509 {
1510   static int init = 0;
1511   static swig_type_info* info = 0;
1512   if (!init) {
1513     info = SWIG_TypeQuery("_p_char");
1514     init = 1;
1515   }
1516   return info;
1517 }
1518
1519
1520 SWIGINTERN int
1521 SWIG_AsCharPtrAndSize(SV *obj, char** cptr, size_t* psize, int *alloc)
1522 {
1523   if (SvPOK(obj)) {
1524     STRLEN len = 0;
1525     char *cstr = SvPV(obj, len); 
1526     size_t size = len + 1;
1527     if (cptr)  {
1528       if (alloc) {
1529         if (*alloc == SWIG_NEWOBJ) {
1530           *cptr = (char *)memcpy((char *)malloc((size)*sizeof(char)), cstr, sizeof(char)*(size));
1531         } else {
1532           *cptr = cstr;
1533           *alloc = SWIG_OLDOBJ;
1534         }
1535       }
1536     }
1537     if (psize) *psize = size;
1538     return SWIG_OK;
1539   } else {
1540     swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
1541     if (pchar_descriptor) {
1542       char* vptr = 0; 
1543       if (SWIG_ConvertPtr(obj, (void**)&vptr, pchar_descriptor, 0) == SWIG_OK) {
1544         if (cptr) *cptr = vptr;
1545         if (psize) *psize = vptr ? (strlen(vptr) + 1) : 0;
1546         if (alloc) *alloc = SWIG_OLDOBJ;
1547         return SWIG_OK;
1548       }
1549     }
1550   }
1551   return SWIG_TypeError;
1552 }
1553
1554
1555
1556
1557 SWIGINTERN dumpspec_t *new_dumpspec_t(char *host,char *disk,char *datestamp,char *level){
1558             return dumpspec_new(host, disk, datestamp, level);
1559         }
1560 SWIGINTERN void delete_dumpspec_t(dumpspec_t *self){
1561             dumpspec_free(self);
1562         }
1563 SWIGINTERN char *dumpspec_t_format(dumpspec_t *self){
1564             return cmdline_format_dumpspec(self);
1565         }
1566
1567 SWIGINTERNINLINE SV *
1568 SWIG_From_long  SWIG_PERL_DECL_ARGS_1(long value)
1569 {    
1570   SV *obj = sv_newmortal();
1571   sv_setiv(obj, (IV) value);
1572   return obj;
1573 }
1574
1575
1576 SWIGINTERNINLINE SV *
1577 SWIG_From_int  SWIG_PERL_DECL_ARGS_1(int value)
1578 {    
1579   return SWIG_From_long  SWIG_PERL_CALL_ARGS_1(value);
1580 }
1581
1582
1583 #include <limits.h>
1584 #if !defined(SWIG_NO_LLONG_MAX)
1585 # if !defined(LLONG_MAX) && defined(__GNUC__) && defined (__LONG_LONG_MAX__)
1586 #   define LLONG_MAX __LONG_LONG_MAX__
1587 #   define LLONG_MIN (-LLONG_MAX - 1LL)
1588 #   define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
1589 # endif
1590 #endif
1591
1592
1593 SWIGINTERN int
1594 SWIG_AsVal_double SWIG_PERL_DECL_ARGS_2(SV *obj, double *val)
1595 {
1596   if (SvNIOK(obj)) {
1597     if (val) *val = SvNV(obj);
1598     return SWIG_OK;
1599   } else if (SvIOK(obj)) {
1600     if (val) *val = (double) SvIV(obj);
1601     return SWIG_AddCast(SWIG_OK);
1602   } else {
1603     const char *nptr = SvPV_nolen(obj);
1604     if (nptr) {
1605       char *endptr;
1606       double v = strtod(nptr, &endptr);
1607       if (errno == ERANGE) {
1608         errno = 0;
1609         return SWIG_OverflowError;
1610       } else {
1611         if (*endptr == '\0') {
1612           if (val) *val = v;
1613           return SWIG_Str2NumCast(SWIG_OK);
1614         }
1615       }
1616     }
1617   }
1618   return SWIG_TypeError;
1619 }
1620
1621
1622 #include <float.h>
1623
1624
1625 #include <math.h>
1626
1627
1628 SWIGINTERNINLINE int
1629 SWIG_CanCastAsInteger(double *d, double min, double max) {
1630   double x = *d;
1631   if ((min <= x && x <= max)) {
1632    double fx = floor(x);
1633    double cx = ceil(x);
1634    double rd =  ((x - fx) < 0.5) ? fx : cx; /* simple rint */
1635    if ((errno == EDOM) || (errno == ERANGE)) {
1636      errno = 0;
1637    } else {
1638      double summ, reps, diff;
1639      if (rd < x) {
1640        diff = x - rd;
1641      } else if (rd > x) {
1642        diff = rd - x;
1643      } else {
1644        return 1;
1645      }
1646      summ = rd + x;
1647      reps = diff/summ;
1648      if (reps < 8*DBL_EPSILON) {
1649        *d = rd;
1650        return 1;
1651      }
1652    }
1653   }
1654   return 0;
1655 }
1656
1657
1658 SWIGINTERN int
1659 SWIG_AsVal_long SWIG_PERL_DECL_ARGS_2(SV *obj, long* val)
1660 {
1661   if (SvIOK(obj)) {
1662     if (val) *val = SvIV(obj);
1663     return SWIG_OK;
1664   } else {
1665     int dispatch = 0;
1666     const char *nptr = SvPV_nolen(obj);
1667     if (nptr) {
1668       char *endptr;
1669       long v;
1670       errno = 0;
1671       v = strtol(nptr, &endptr,0);
1672       if (errno == ERANGE) {
1673         errno = 0;
1674         return SWIG_OverflowError;
1675       } else {
1676         if (*endptr == '\0') {
1677           if (val) *val = v;
1678           return SWIG_Str2NumCast(SWIG_OK);
1679         }
1680       }
1681     }
1682     if (!dispatch) {
1683       double d;
1684       int res = SWIG_AddCast(SWIG_AsVal_double SWIG_PERL_CALL_ARGS_2(obj,&d));
1685       if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) {
1686         if (val) *val = (long)(d);
1687         return res;
1688       }
1689     }
1690   }
1691   return SWIG_TypeError;
1692 }
1693
1694
1695 SWIGINTERN int
1696 SWIG_AsVal_int SWIG_PERL_DECL_ARGS_2(SV * obj, int *val)
1697 {
1698   long v;
1699   int res = SWIG_AsVal_long SWIG_PERL_CALL_ARGS_2(obj, &v);
1700   if (SWIG_IsOK(res)) {
1701     if ((v < INT_MIN || v > INT_MAX)) {
1702       return SWIG_OverflowError;
1703     } else {
1704       if (val) *val = (int)(v);
1705     }
1706   }  
1707   return res;
1708 }
1709
1710 #ifdef __cplusplus
1711 extern "C" {
1712 #endif
1713
1714 #ifdef PERL_OBJECT
1715 #define MAGIC_CLASS _wrap_Amanda::Cmdline_var::
1716 class _wrap_Amanda::Cmdline_var : public CPerlObj {
1717 public:
1718 #else
1719 #define MAGIC_CLASS
1720 #endif
1721 SWIGCLASS_STATIC int swig_magic_readonly(pTHX_ SV *SWIGUNUSEDPARM(sv), MAGIC *SWIGUNUSEDPARM(mg)) {
1722     MAGIC_PPERL
1723     croak("Value is read-only.");
1724     return 0;
1725 }
1726
1727
1728 #ifdef PERL_OBJECT
1729 };
1730 #endif
1731
1732 #ifdef __cplusplus
1733 }
1734 #endif
1735
1736 #ifdef __cplusplus
1737 extern "C" {
1738 #endif
1739 XS(_wrap_dumpspec_t_host_get) {
1740   {
1741     dumpspec_t *arg1 = (dumpspec_t *) 0 ;
1742     char *result = 0 ;
1743     void *argp1 = 0 ;
1744     int res1 = 0 ;
1745     int argvi = 0;
1746     dXSARGS;
1747     
1748     if ((items < 1) || (items > 1)) {
1749       SWIG_croak("Usage: dumpspec_t_host_get(self);");
1750     }
1751     res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_dumpspec_t, 0 |  0 );
1752     if (!SWIG_IsOK(res1)) {
1753       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "dumpspec_t_host_get" "', argument " "1"" of type '" "dumpspec_t *""'"); 
1754     }
1755     arg1 = (dumpspec_t *)(argp1);
1756     result = (char *) ((arg1)->host);
1757     ST(argvi) = SWIG_FromCharPtr((const char *)result); argvi++ ;
1758     
1759     XSRETURN(argvi);
1760   fail:
1761     
1762     SWIG_croak_null();
1763   }
1764 }
1765
1766
1767 XS(_wrap_dumpspec_t_disk_get) {
1768   {
1769     dumpspec_t *arg1 = (dumpspec_t *) 0 ;
1770     char *result = 0 ;
1771     void *argp1 = 0 ;
1772     int res1 = 0 ;
1773     int argvi = 0;
1774     dXSARGS;
1775     
1776     if ((items < 1) || (items > 1)) {
1777       SWIG_croak("Usage: dumpspec_t_disk_get(self);");
1778     }
1779     res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_dumpspec_t, 0 |  0 );
1780     if (!SWIG_IsOK(res1)) {
1781       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "dumpspec_t_disk_get" "', argument " "1"" of type '" "dumpspec_t *""'"); 
1782     }
1783     arg1 = (dumpspec_t *)(argp1);
1784     result = (char *) ((arg1)->disk);
1785     ST(argvi) = SWIG_FromCharPtr((const char *)result); argvi++ ;
1786     
1787     XSRETURN(argvi);
1788   fail:
1789     
1790     SWIG_croak_null();
1791   }
1792 }
1793
1794
1795 XS(_wrap_dumpspec_t_datestamp_get) {
1796   {
1797     dumpspec_t *arg1 = (dumpspec_t *) 0 ;
1798     char *result = 0 ;
1799     void *argp1 = 0 ;
1800     int res1 = 0 ;
1801     int argvi = 0;
1802     dXSARGS;
1803     
1804     if ((items < 1) || (items > 1)) {
1805       SWIG_croak("Usage: dumpspec_t_datestamp_get(self);");
1806     }
1807     res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_dumpspec_t, 0 |  0 );
1808     if (!SWIG_IsOK(res1)) {
1809       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "dumpspec_t_datestamp_get" "', argument " "1"" of type '" "dumpspec_t *""'"); 
1810     }
1811     arg1 = (dumpspec_t *)(argp1);
1812     result = (char *) ((arg1)->datestamp);
1813     ST(argvi) = SWIG_FromCharPtr((const char *)result); argvi++ ;
1814     
1815     XSRETURN(argvi);
1816   fail:
1817     
1818     SWIG_croak_null();
1819   }
1820 }
1821
1822
1823 XS(_wrap_dumpspec_t_level_get) {
1824   {
1825     dumpspec_t *arg1 = (dumpspec_t *) 0 ;
1826     char *result = 0 ;
1827     void *argp1 = 0 ;
1828     int res1 = 0 ;
1829     int argvi = 0;
1830     dXSARGS;
1831     
1832     if ((items < 1) || (items > 1)) {
1833       SWIG_croak("Usage: dumpspec_t_level_get(self);");
1834     }
1835     res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_dumpspec_t, 0 |  0 );
1836     if (!SWIG_IsOK(res1)) {
1837       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "dumpspec_t_level_get" "', argument " "1"" of type '" "dumpspec_t *""'"); 
1838     }
1839     arg1 = (dumpspec_t *)(argp1);
1840     result = (char *) ((arg1)->level);
1841     ST(argvi) = SWIG_FromCharPtr((const char *)result); argvi++ ;
1842     
1843     XSRETURN(argvi);
1844   fail:
1845     
1846     SWIG_croak_null();
1847   }
1848 }
1849
1850
1851 XS(_wrap_new_dumpspec_t) {
1852   {
1853     char *arg1 = (char *) 0 ;
1854     char *arg2 = (char *) 0 ;
1855     char *arg3 = (char *) 0 ;
1856     char *arg4 = (char *) 0 ;
1857     dumpspec_t *result = 0 ;
1858     int res1 ;
1859     char *buf1 = 0 ;
1860     int alloc1 = 0 ;
1861     int res2 ;
1862     char *buf2 = 0 ;
1863     int alloc2 = 0 ;
1864     int res3 ;
1865     char *buf3 = 0 ;
1866     int alloc3 = 0 ;
1867     int res4 ;
1868     char *buf4 = 0 ;
1869     int alloc4 = 0 ;
1870     int argvi = 0;
1871     dXSARGS;
1872     
1873     if ((items < 4) || (items > 4)) {
1874       SWIG_croak("Usage: new_dumpspec_t(host,disk,datestamp,level);");
1875     }
1876     res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
1877     if (!SWIG_IsOK(res1)) {
1878       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_dumpspec_t" "', argument " "1"" of type '" "char *""'");
1879     }
1880     arg1 = (char *)(buf1);
1881     res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2);
1882     if (!SWIG_IsOK(res2)) {
1883       SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_dumpspec_t" "', argument " "2"" of type '" "char *""'");
1884     }
1885     arg2 = (char *)(buf2);
1886     res3 = SWIG_AsCharPtrAndSize(ST(2), &buf3, NULL, &alloc3);
1887     if (!SWIG_IsOK(res3)) {
1888       SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_dumpspec_t" "', argument " "3"" of type '" "char *""'");
1889     }
1890     arg3 = (char *)(buf3);
1891     res4 = SWIG_AsCharPtrAndSize(ST(3), &buf4, NULL, &alloc4);
1892     if (!SWIG_IsOK(res4)) {
1893       SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "new_dumpspec_t" "', argument " "4"" of type '" "char *""'");
1894     }
1895     arg4 = (char *)(buf4);
1896     result = (dumpspec_t *)new_dumpspec_t(arg1,arg2,arg3,arg4);
1897     ST(argvi) = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_dumpspec_t, SWIG_OWNER | SWIG_SHADOW); argvi++ ;
1898     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1899     if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
1900     if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
1901     if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
1902     XSRETURN(argvi);
1903   fail:
1904     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
1905     if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
1906     if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
1907     if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
1908     SWIG_croak_null();
1909   }
1910 }
1911
1912
1913 XS(_wrap_delete_dumpspec_t) {
1914   {
1915     dumpspec_t *arg1 = (dumpspec_t *) 0 ;
1916     void *argp1 = 0 ;
1917     int res1 = 0 ;
1918     int argvi = 0;
1919     dXSARGS;
1920     
1921     if ((items < 1) || (items > 1)) {
1922       SWIG_croak("Usage: delete_dumpspec_t(self);");
1923     }
1924     res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_dumpspec_t, SWIG_POINTER_DISOWN |  0 );
1925     if (!SWIG_IsOK(res1)) {
1926       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_dumpspec_t" "', argument " "1"" of type '" "dumpspec_t *""'"); 
1927     }
1928     arg1 = (dumpspec_t *)(argp1);
1929     delete_dumpspec_t(arg1);
1930     
1931     
1932     
1933     XSRETURN(argvi);
1934   fail:
1935     
1936     SWIG_croak_null();
1937   }
1938 }
1939
1940
1941 XS(_wrap_dumpspec_t_format) {
1942   {
1943     dumpspec_t *arg1 = (dumpspec_t *) 0 ;
1944     char *result = 0 ;
1945     void *argp1 = 0 ;
1946     int res1 = 0 ;
1947     int argvi = 0;
1948     dXSARGS;
1949     
1950     if ((items < 1) || (items > 1)) {
1951       SWIG_croak("Usage: dumpspec_t_format(self);");
1952     }
1953     res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_dumpspec_t, 0 |  0 );
1954     if (!SWIG_IsOK(res1)) {
1955       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "dumpspec_t_format" "', argument " "1"" of type '" "dumpspec_t *""'"); 
1956     }
1957     arg1 = (dumpspec_t *)(argp1);
1958     result = (char *)dumpspec_t_format(arg1);
1959     ST(argvi) = SWIG_FromCharPtr((const char *)result); argvi++ ;
1960     
1961     free((char*)result);
1962     XSRETURN(argvi);
1963   fail:
1964     
1965     SWIG_croak_null();
1966   }
1967 }
1968
1969
1970 XS(_wrap_format_dumpspec_components) {
1971   {
1972     char *arg1 = (char *) 0 ;
1973     char *arg2 = (char *) 0 ;
1974     char *arg3 = (char *) 0 ;
1975     char *arg4 = (char *) 0 ;
1976     char *result = 0 ;
1977     int res1 ;
1978     char *buf1 = 0 ;
1979     int alloc1 = 0 ;
1980     int res2 ;
1981     char *buf2 = 0 ;
1982     int alloc2 = 0 ;
1983     int res3 ;
1984     char *buf3 = 0 ;
1985     int alloc3 = 0 ;
1986     int res4 ;
1987     char *buf4 = 0 ;
1988     int alloc4 = 0 ;
1989     int argvi = 0;
1990     dXSARGS;
1991     
1992     if ((items < 4) || (items > 4)) {
1993       SWIG_croak("Usage: format_dumpspec_components(host,disk,datestamp,level);");
1994     }
1995     res1 = SWIG_AsCharPtrAndSize(ST(0), &buf1, NULL, &alloc1);
1996     if (!SWIG_IsOK(res1)) {
1997       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "format_dumpspec_components" "', argument " "1"" of type '" "char *""'");
1998     }
1999     arg1 = (char *)(buf1);
2000     res2 = SWIG_AsCharPtrAndSize(ST(1), &buf2, NULL, &alloc2);
2001     if (!SWIG_IsOK(res2)) {
2002       SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "format_dumpspec_components" "', argument " "2"" of type '" "char *""'");
2003     }
2004     arg2 = (char *)(buf2);
2005     res3 = SWIG_AsCharPtrAndSize(ST(2), &buf3, NULL, &alloc3);
2006     if (!SWIG_IsOK(res3)) {
2007       SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "format_dumpspec_components" "', argument " "3"" of type '" "char *""'");
2008     }
2009     arg3 = (char *)(buf3);
2010     res4 = SWIG_AsCharPtrAndSize(ST(3), &buf4, NULL, &alloc4);
2011     if (!SWIG_IsOK(res4)) {
2012       SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "format_dumpspec_components" "', argument " "4"" of type '" "char *""'");
2013     }
2014     arg4 = (char *)(buf4);
2015     result = (char *)cmdline_format_dumpspec_components(arg1,arg2,arg3,arg4);
2016     ST(argvi) = SWIG_FromCharPtr((const char *)result); argvi++ ;
2017     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2018     if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
2019     if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
2020     if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
2021     XSRETURN(argvi);
2022   fail:
2023     if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
2024     if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
2025     if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
2026     if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
2027     SWIG_croak_null();
2028   }
2029 }
2030
2031
2032 XS(_wrap_parse_dumpspecs) {
2033   {
2034     int arg1 ;
2035     char **arg2 = (char **) 0 ;
2036     int arg3 ;
2037     amglue_dumpspec_list *result = 0 ;
2038     int argvi = 0;
2039     dXSARGS;
2040     
2041     if ((items < 2) || (items > 2)) {
2042       SWIG_croak("Usage: parse_dumpspecs(argc,argv,flags);");
2043     }
2044     {
2045       AV *av;
2046       int i;
2047       
2048       if (!SvROK(ST(0)) || SvTYPE(SvRV(ST(0))) != SVt_PVAV) {
2049         SWIG_exception(SWIG_TypeError, "Expected an arrayref");
2050       }
2051       av = (AV *)SvRV(ST(0));
2052       
2053       arg1 = av_len(av)+1; /* av_len(av) is like $#av */
2054       arg2 = malloc(sizeof(char *) * arg1);
2055       for (i = 0; i < arg1; i++) {
2056         SV **elt = av_fetch(av, i, 0);
2057         if (!elt || !SvPOK(*elt)) {
2058           SWIG_exception(SWIG_TypeError, "Non-string in arrayref");
2059         }
2060         arg2[i] = SvPV_nolen(*elt); /* TODO: handle unicode here */
2061       }
2062     }
2063     {
2064       if (sizeof(signed int) == 1) {
2065         arg3 = amglue_SvI8(ST(1));
2066       } else if (sizeof(signed int) == 2) {
2067         arg3 = amglue_SvI16(ST(1));
2068       } else if (sizeof(signed int) == 4) {
2069         arg3 = amglue_SvI32(ST(1));
2070       } else if (sizeof(signed int) == 8) {
2071         arg3 = amglue_SvI64(ST(1));
2072       } else {
2073         g_critical("Unexpected signed int >64 bits?"); /* should be optimized out unless sizeof(signed int) > 8 */
2074       }
2075     }
2076     result = (amglue_dumpspec_list *)cmdline_parse_dumpspecs(arg1,arg2,arg3);
2077     {
2078       if (result) {
2079         GSList *iter;
2080         EXTEND(SP, g_slist_length(result)); /* make room for return values */
2081         
2082         iter = result;
2083         while (iter) {
2084           /* Let SWIG take ownership of the object; we'll free the GSList momentarily */
2085           ST(argvi) = SWIG_NewPointerObj(iter->data, SWIGTYPE_p_dumpspec_t, SWIG_OWNER | SWIG_SHADOW);
2086           argvi++;
2087           iter = iter->next;
2088         }
2089         
2090         /* Now free the GSList, but *not* its contents (which are now "owned" by SWIG) */
2091         g_slist_free(result);
2092       }
2093     }
2094     {
2095       free(arg2);
2096     }
2097     
2098     XSRETURN(argvi);
2099   fail:
2100     {
2101       free(arg2);
2102     }
2103     
2104     SWIG_croak_null();
2105   }
2106 }
2107
2108
2109
2110 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
2111
2112 static swig_type_info _swigt__p_GSList = {"_p_GSList", "amglue_dumpspec_list *|GSList *", 0, 0, (void*)0, 0};
2113 static swig_type_info _swigt__p_char = {"_p_char", "gchar *|char *", 0, 0, (void*)0, 0};
2114 static swig_type_info _swigt__p_double = {"_p_double", "double *|gdouble *", 0, 0, (void*)0, 0};
2115 static swig_type_info _swigt__p_dumpspec_t = {"_p_dumpspec_t", "struct dumpspec_t *|dumpspec_t *", 0, 0, (void*)"Amanda::Cmdline::dumpspec_t", 0};
2116 static swig_type_info _swigt__p_float = {"_p_float", "float *|gfloat *", 0, 0, (void*)0, 0};
2117 static swig_type_info _swigt__p_int = {"_p_int", "int *|gboolean *|cmdline_parse_dumpspecs_flags *", 0, 0, (void*)0, 0};
2118 static swig_type_info _swigt__p_p_char = {"_p_p_char", "char **", 0, 0, (void*)0, 0};
2119 static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "guchar *|unsigned char *", 0, 0, (void*)0, 0};
2120
2121 static swig_type_info *swig_type_initial[] = {
2122   &_swigt__p_GSList,
2123   &_swigt__p_char,
2124   &_swigt__p_double,
2125   &_swigt__p_dumpspec_t,
2126   &_swigt__p_float,
2127   &_swigt__p_int,
2128   &_swigt__p_p_char,
2129   &_swigt__p_unsigned_char,
2130 };
2131
2132 static swig_cast_info _swigc__p_GSList[] = {  {&_swigt__p_GSList, 0, 0, 0},{0, 0, 0, 0}};
2133 static swig_cast_info _swigc__p_char[] = {  {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
2134 static swig_cast_info _swigc__p_double[] = {  {&_swigt__p_double, 0, 0, 0},{0, 0, 0, 0}};
2135 static swig_cast_info _swigc__p_dumpspec_t[] = {  {&_swigt__p_dumpspec_t, 0, 0, 0},{0, 0, 0, 0}};
2136 static swig_cast_info _swigc__p_float[] = {  {&_swigt__p_float, 0, 0, 0},{0, 0, 0, 0}};
2137 static swig_cast_info _swigc__p_int[] = {  {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}};
2138 static swig_cast_info _swigc__p_p_char[] = {  {&_swigt__p_p_char, 0, 0, 0},{0, 0, 0, 0}};
2139 static swig_cast_info _swigc__p_unsigned_char[] = {  {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}};
2140
2141 static swig_cast_info *swig_cast_initial[] = {
2142   _swigc__p_GSList,
2143   _swigc__p_char,
2144   _swigc__p_double,
2145   _swigc__p_dumpspec_t,
2146   _swigc__p_float,
2147   _swigc__p_int,
2148   _swigc__p_p_char,
2149   _swigc__p_unsigned_char,
2150 };
2151
2152
2153 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
2154
2155 static swig_constant_info swig_constants[] = {
2156 {0,0,0,0,0,0}
2157 };
2158 #ifdef __cplusplus
2159 }
2160 #endif
2161 static swig_variable_info swig_variables[] = {
2162 {0,0,0,0}
2163 };
2164 static swig_command_info swig_commands[] = {
2165 {"Amanda::Cmdlinec::dumpspec_t_host_get", _wrap_dumpspec_t_host_get},
2166 {"Amanda::Cmdlinec::dumpspec_t_disk_get", _wrap_dumpspec_t_disk_get},
2167 {"Amanda::Cmdlinec::dumpspec_t_datestamp_get", _wrap_dumpspec_t_datestamp_get},
2168 {"Amanda::Cmdlinec::dumpspec_t_level_get", _wrap_dumpspec_t_level_get},
2169 {"Amanda::Cmdlinec::new_dumpspec_t", _wrap_new_dumpspec_t},
2170 {"Amanda::Cmdlinec::delete_dumpspec_t", _wrap_delete_dumpspec_t},
2171 {"Amanda::Cmdlinec::dumpspec_t_format", _wrap_dumpspec_t_format},
2172 {"Amanda::Cmdlinec::format_dumpspec_components", _wrap_format_dumpspec_components},
2173 {"Amanda::Cmdlinec::parse_dumpspecs", _wrap_parse_dumpspecs},
2174 {0,0}
2175 };
2176 /* -----------------------------------------------------------------------------
2177  * Type initialization:
2178  * This problem is tough by the requirement that no dynamic 
2179  * memory is used. Also, since swig_type_info structures store pointers to 
2180  * swig_cast_info structures and swig_cast_info structures store pointers back
2181  * to swig_type_info structures, we need some lookup code at initialization. 
2182  * The idea is that swig generates all the structures that are needed. 
2183  * The runtime then collects these partially filled structures. 
2184  * The SWIG_InitializeModule function takes these initial arrays out of 
2185  * swig_module, and does all the lookup, filling in the swig_module.types
2186  * array with the correct data and linking the correct swig_cast_info
2187  * structures together.
2188  *
2189  * The generated swig_type_info structures are assigned staticly to an initial 
2190  * array. We just loop through that array, and handle each type individually.
2191  * First we lookup if this type has been already loaded, and if so, use the
2192  * loaded structure instead of the generated one. Then we have to fill in the
2193  * cast linked list. The cast data is initially stored in something like a
2194  * two-dimensional array. Each row corresponds to a type (there are the same
2195  * number of rows as there are in the swig_type_initial array). Each entry in
2196  * a column is one of the swig_cast_info structures for that type.
2197  * The cast_initial array is actually an array of arrays, because each row has
2198  * a variable number of columns. So to actually build the cast linked list,
2199  * we find the array of casts associated with the type, and loop through it 
2200  * adding the casts to the list. The one last trick we need to do is making
2201  * sure the type pointer in the swig_cast_info struct is correct.
2202  *
2203  * First off, we lookup the cast->type name to see if it is already loaded. 
2204  * There are three cases to handle:
2205  *  1) If the cast->type has already been loaded AND the type we are adding
2206  *     casting info to has not been loaded (it is in this module), THEN we
2207  *     replace the cast->type pointer with the type pointer that has already
2208  *     been loaded.
2209  *  2) If BOTH types (the one we are adding casting info to, and the 
2210  *     cast->type) are loaded, THEN the cast info has already been loaded by
2211  *     the previous module so we just ignore it.
2212  *  3) Finally, if cast->type has not already been loaded, then we add that
2213  *     swig_cast_info to the linked list (because the cast->type) pointer will
2214  *     be correct.
2215  * ----------------------------------------------------------------------------- */
2216
2217 #ifdef __cplusplus
2218 extern "C" {
2219 #if 0
2220 } /* c-mode */
2221 #endif
2222 #endif
2223
2224 #if 0
2225 #define SWIGRUNTIME_DEBUG
2226 #endif
2227
2228
2229 SWIGRUNTIME void
2230 SWIG_InitializeModule(void *clientdata) {
2231   size_t i;
2232   swig_module_info *module_head, *iter;
2233   int found;
2234   
2235   clientdata = clientdata;
2236   
2237   /* check to see if the circular list has been setup, if not, set it up */
2238   if (swig_module.next==0) {
2239     /* Initialize the swig_module */
2240     swig_module.type_initial = swig_type_initial;
2241     swig_module.cast_initial = swig_cast_initial;
2242     swig_module.next = &swig_module;
2243   }
2244   
2245   /* Try and load any already created modules */
2246   module_head = SWIG_GetModule(clientdata);
2247   if (!module_head) {
2248     /* This is the first module loaded for this interpreter */
2249     /* so set the swig module into the interpreter */
2250     SWIG_SetModule(clientdata, &swig_module);
2251     module_head = &swig_module;
2252   } else {
2253     /* the interpreter has loaded a SWIG module, but has it loaded this one? */
2254     found=0;
2255     iter=module_head;
2256     do {
2257       if (iter==&swig_module) {
2258         found=1;
2259         break;
2260       }
2261       iter=iter->next;
2262     } while (iter!= module_head);
2263     
2264     /* if the is found in the list, then all is done and we may leave */
2265     if (found) return;
2266     /* otherwise we must add out module into the list */
2267     swig_module.next = module_head->next;
2268     module_head->next = &swig_module;
2269   }
2270   
2271   /* Now work on filling in swig_module.types */
2272 #ifdef SWIGRUNTIME_DEBUG
2273   printf("SWIG_InitializeModule: size %d\n", swig_module.size);
2274 #endif
2275   for (i = 0; i < swig_module.size; ++i) {
2276     swig_type_info *type = 0;
2277     swig_type_info *ret;
2278     swig_cast_info *cast;
2279     
2280 #ifdef SWIGRUNTIME_DEBUG
2281     printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
2282 #endif
2283     
2284     /* if there is another module already loaded */
2285     if (swig_module.next != &swig_module) {
2286       type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->name);
2287     }
2288     if (type) {
2289       /* Overwrite clientdata field */
2290 #ifdef SWIGRUNTIME_DEBUG
2291       printf("SWIG_InitializeModule: found type %s\n", type->name);
2292 #endif
2293       if (swig_module.type_initial[i]->clientdata) {
2294         type->clientdata = swig_module.type_initial[i]->clientdata;
2295 #ifdef SWIGRUNTIME_DEBUG
2296         printf("SWIG_InitializeModule: found and overwrite type %s \n", type->name);
2297 #endif
2298       }
2299     } else {
2300       type = swig_module.type_initial[i];
2301     }
2302     
2303     /* Insert casting types */
2304     cast = swig_module.cast_initial[i];
2305     while (cast->type) {
2306       /* Don't need to add information already in the list */
2307       ret = 0;
2308 #ifdef SWIGRUNTIME_DEBUG
2309       printf("SWIG_InitializeModule: look cast %s\n", cast->type->name);
2310 #endif
2311       if (swig_module.next != &swig_module) {
2312         ret = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, cast->type->name);
2313 #ifdef SWIGRUNTIME_DEBUG
2314         if (ret) printf("SWIG_InitializeModule: found cast %s\n", ret->name);
2315 #endif
2316       }
2317       if (ret) {
2318         if (type == swig_module.type_initial[i]) {
2319 #ifdef SWIGRUNTIME_DEBUG
2320           printf("SWIG_InitializeModule: skip old type %s\n", ret->name);
2321 #endif
2322           cast->type = ret;
2323           ret = 0;
2324         } else {
2325           /* Check for casting already in the list */
2326           swig_cast_info *ocast = SWIG_TypeCheck(ret->name, type);
2327 #ifdef SWIGRUNTIME_DEBUG
2328           if (ocast) printf("SWIG_InitializeModule: skip old cast %s\n", ret->name);
2329 #endif
2330           if (!ocast) ret = 0;
2331         }
2332       }
2333       
2334       if (!ret) {
2335 #ifdef SWIGRUNTIME_DEBUG
2336         printf("SWIG_InitializeModule: adding cast %s\n", cast->type->name);
2337 #endif
2338         if (type->cast) {
2339           type->cast->prev = cast;
2340           cast->next = type->cast;
2341         }
2342         type->cast = cast;
2343       }
2344       cast++;
2345     }
2346     /* Set entry in modules->types array equal to the type */
2347     swig_module.types[i] = type;
2348   }
2349   swig_module.types[i] = 0;
2350   
2351 #ifdef SWIGRUNTIME_DEBUG
2352   printf("**** SWIG_InitializeModule: Cast List ******\n");
2353   for (i = 0; i < swig_module.size; ++i) {
2354     int j = 0;
2355     swig_cast_info *cast = swig_module.cast_initial[i];
2356     printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
2357     while (cast->type) {
2358       printf("SWIG_InitializeModule: cast type %s\n", cast->type->name);
2359       cast++;
2360       ++j;
2361     }
2362     printf("---- Total casts: %d\n",j);
2363   }
2364   printf("**** SWIG_InitializeModule: Cast List ******\n");
2365 #endif
2366 }
2367
2368 /* This function will propagate the clientdata field of type to
2369 * any new swig_type_info structures that have been added into the list
2370 * of equivalent types.  It is like calling
2371 * SWIG_TypeClientData(type, clientdata) a second time.
2372 */
2373 SWIGRUNTIME void
2374 SWIG_PropagateClientData(void) {
2375   size_t i;
2376   swig_cast_info *equiv;
2377   static int init_run = 0;
2378   
2379   if (init_run) return;
2380   init_run = 1;
2381   
2382   for (i = 0; i < swig_module.size; i++) {
2383     if (swig_module.types[i]->clientdata) {
2384       equiv = swig_module.types[i]->cast;
2385       while (equiv) {
2386         if (!equiv->converter) {
2387           if (equiv->type && !equiv->type->clientdata)
2388           SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
2389         }
2390         equiv = equiv->next;
2391       }
2392     }
2393   }
2394 }
2395
2396 #ifdef __cplusplus
2397 #if 0
2398 {
2399   /* c-mode */
2400 #endif
2401 }
2402 #endif
2403
2404
2405
2406 #ifdef __cplusplus
2407 extern "C"
2408 #endif
2409
2410 XS(SWIG_init) {
2411   dXSARGS;
2412   int i;
2413   
2414   SWIG_InitializeModule(0);
2415   
2416   /* Install commands */
2417   for (i = 0; swig_commands[i].name; i++) {
2418     newXS((char*) swig_commands[i].name,swig_commands[i].wrapper, (char*)__FILE__);
2419   }
2420   
2421   /* Install variables */
2422   for (i = 0; swig_variables[i].name; i++) {
2423     SV *sv;
2424     sv = get_sv((char*) swig_variables[i].name, TRUE | 0x2);
2425     if (swig_variables[i].type) {
2426       SWIG_MakePtr(sv,(void *)1, *swig_variables[i].type,0);
2427     } else {
2428       sv_setiv(sv,(IV) 0);
2429     }
2430     swig_create_magic(sv, (char *) swig_variables[i].name, swig_variables[i].set, swig_variables[i].get); 
2431   }
2432   
2433   /* Install constant */
2434   for (i = 0; swig_constants[i].type; i++) {
2435     SV *sv;
2436     sv = get_sv((char*)swig_constants[i].name, TRUE | 0x2);
2437     switch(swig_constants[i].type) {
2438     case SWIG_INT:
2439       sv_setiv(sv, (IV) swig_constants[i].lvalue);
2440       break;
2441     case SWIG_FLOAT:
2442       sv_setnv(sv, (double) swig_constants[i].dvalue);
2443       break;
2444     case SWIG_STRING:
2445       sv_setpv(sv, (char *) swig_constants[i].pvalue);
2446       break;
2447     case SWIG_POINTER:
2448       SWIG_MakePtr(sv, swig_constants[i].pvalue, *(swig_constants[i].ptype),0);
2449       break;
2450     case SWIG_BINARY:
2451       SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].ptype));
2452       break;
2453     default:
2454       break;
2455     }
2456     SvREADONLY_on(sv);
2457   }
2458   
2459   SWIG_TypeClientData(SWIGTYPE_p_dumpspec_t, (void*) "Amanda::Cmdline::dumpspec_t");
2460   /*@SWIG:/usr/share/swig/1.3.33/perl5/perltypemaps.swg,64,%set_constant@*/ do {
2461     SV *sv = get_sv((char*) SWIG_prefix "CMDLINE_PARSE_DATESTAMP", TRUE | 0x2);
2462     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(CMDLINE_PARSE_DATESTAMP)));
2463     SvREADONLY_on(sv);
2464   } while(0) /*@SWIG@*/;
2465   /*@SWIG:/usr/share/swig/1.3.33/perl5/perltypemaps.swg,64,%set_constant@*/ do {
2466     SV *sv = get_sv((char*) SWIG_prefix "CMDLINE_PARSE_LEVEL", TRUE | 0x2);
2467     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(CMDLINE_PARSE_LEVEL)));
2468     SvREADONLY_on(sv);
2469   } while(0) /*@SWIG@*/;
2470   /*@SWIG:/usr/share/swig/1.3.33/perl5/perltypemaps.swg,64,%set_constant@*/ do {
2471     SV *sv = get_sv((char*) SWIG_prefix "CMDLINE_EMPTY_TO_WILDCARD", TRUE | 0x2);
2472     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(CMDLINE_EMPTY_TO_WILDCARD)));
2473     SvREADONLY_on(sv);
2474   } while(0) /*@SWIG@*/;
2475   ST(0) = &PL_sv_yes;
2476   XSRETURN(1);
2477 }
2478