[Pkg-javascript-commits] [node-leveldown] 451/492: added basic config.h for win32

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.

commit 4c021ade497f7bdae280a352c8a44ab7d4d9abff
Author: Rod Vagg <rod at vagg.org>
Date:   Sun Nov 17 21:10:41 2013 +1100

    added basic config.h for win32
---
 deps/snappy/win32/config.h | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/deps/snappy/win32/config.h b/deps/snappy/win32/config.h
new file mode 100644
index 0000000..104cbd3
--- /dev/null
+++ b/deps/snappy/win32/config.h
@@ -0,0 +1,29 @@
+#include <BaseTsd.h>
+typedef SSIZE_T ssize_t;
+
+/* Define to 1 if you have the <windows.h> header file. */
+#define HAVE_WINDOWS_H 1
+
+/* Name of package */
+#define PACKAGE "snappy"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT ""
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "snappy"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "snappy 1.1.1"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "snappy"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "1.1.1"
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Version number of package */
+#define VERSION "1.1.1"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git



More information about the Pkg-javascript-commits mailing list