summaryrefslogtreecommitdiffstats
path: root/fnet/ethereal/moduleinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'fnet/ethereal/moduleinfo.h')
-rw-r--r--fnet/ethereal/moduleinfo.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/fnet/ethereal/moduleinfo.h b/fnet/ethereal/moduleinfo.h
new file mode 100644
index 00000000000..de49ef89a67
--- /dev/null
+++ b/fnet/ethereal/moduleinfo.h
@@ -0,0 +1,18 @@
+// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+/* Included *after* config.h, in order to re-define these macros */
+
+#ifdef PACKAGE
+#undef PACKAGE
+#endif
+
+/* Name of package */
+#define PACKAGE "fnetrpc"
+
+
+#ifdef VERSION
+#undef VERSION
+#endif
+
+/* Version number of package */
+#define VERSION "0.0.1"
+