summaryrefslogtreecommitdiff
path: root/chromium/net/tools/spdyshark/moduleinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/tools/spdyshark/moduleinfo.h')
-rw-r--r--chromium/net/tools/spdyshark/moduleinfo.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/net/tools/spdyshark/moduleinfo.h b/chromium/net/tools/spdyshark/moduleinfo.h
new file mode 100644
index 00000000000..9e5f7c816f8
--- /dev/null
+++ b/chromium/net/tools/spdyshark/moduleinfo.h
@@ -0,0 +1,16 @@
+/* Included *after* config.h, in order to re-define these macros */
+
+#ifdef PACKAGE
+#undef PACKAGE
+#endif
+
+/* Name of package */
+#define PACKAGE "spdy"
+
+
+#ifdef VERSION
+#undef VERSION
+#endif
+
+/* Version number of package */
+#define VERSION "0.1.0"