From cce638a8adf4e045ca5505afea4bda57753c31dd Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 11 Aug 2014 16:33:29 -0400 Subject: initial import of debian package --- buildutils/templates/zmq_constants.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 buildutils/templates/zmq_constants.h (limited to 'buildutils/templates/zmq_constants.h') diff --git a/buildutils/templates/zmq_constants.h b/buildutils/templates/zmq_constants.h new file mode 100644 index 0000000..6855331 --- /dev/null +++ b/buildutils/templates/zmq_constants.h @@ -0,0 +1,6 @@ +#ifndef _PYZMQ_CONSTANT_DEFS +#define _PYZMQ_CONSTANT_DEFS + +{ZMQ_IFNDEFS} + +#endif // ifndef _PYZMQ_CONSTANT_DEFS -- cgit v1.2.3