Incorporate plugin dissector into build in collection.
[obnox/wireshark/wip.git] / plugins / rlm / moduleinfo.h
1 /* Included *after* config.h, in order to re-define these macros */
2
3 #ifdef PACKAGE
4 #undef PACKAGE
5 #endif
6
7 /* Name of package */
8 #define PACKAGE "rlm"
9
10
11 #ifdef VERSION
12 #undef VERSION
13 #endif
14
15 /* Version number of package */
16 #define VERSION "0.0.1"