X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Faxdefs.h;fp=citadel%2Faxdefs.h;h=a32254e79d1c0b707222fd8e7a827e7a21754d2c;hb=54b54a07b29cd57a19728f468e19cf887cda3873;hp=0000000000000000000000000000000000000000;hpb=036849189b9efb2dad0665225153ed244142bd7d;p=citadel.git diff --git a/citadel/axdefs.h b/citadel/axdefs.h new file mode 100644 index 000000000..a32254e79 --- /dev/null +++ b/citadel/axdefs.h @@ -0,0 +1,20 @@ +#ifndef AXDEFS + +char *axdefs[]={ + "Deleted", + "New User", + "Problem User", + "Local User", + "Network User", + "Preferred User", + "Aide", + "Sysop" + }; + +#define AXDEFS 1 + +#else + +extern char *axdefs[]; + +#endif