00001
00002
00003
00004 #include <config.h>
00005 #include <glib.h>
00006 #define INT(a) #a
00007 #define EXT(a)
00008 #define BOTH(a) #a
00009 const gchar *mgd_table_name[] = {
00010 NULL,
00011 BOTH(article),
00012 INT(blobs)EXT(attachment),
00013 BOTH(element),
00014 BOTH(event),
00015 BOTH(eventmember),
00016 BOTH(file),
00017 INT(grp)EXT(group),
00018 BOTH(history),
00019 BOTH(host),
00020 BOTH(image),
00021 BOTH(language),
00022 BOTH(member),
00023 BOTH(page),
00024 BOTH(pageelement),
00025 BOTH(pagelink),
00026 BOTH(person),
00027 BOTH(preference),
00028 BOTH(quota),
00029 INT(record_extension)EXT(parameter),
00030 BOTH(repligard),
00031 BOTH(sitegroup),
00032 BOTH(snippet),
00033 BOTH(snippetdir),
00034 BOTH(style),
00035 BOTH(topic),
00036 BOTH(unset),
00037 NULL
00038 };
00039
00040
00041