1
0
Fork 0
arangodb/3rdParty/czmq-1.1.0/include/czmq.h

50 lines
1.5 KiB
C

/* =========================================================================
czmq.h - czmq wrapper
-------------------------------------------------------------------------
Copyright (c) 1991-2011 iMatix Corporation <www.imatix.com>
Copyright other contributors as noted in the AUTHORS file.
This file is part of czmq, the high-level C binding for 0MQ:
http://czmq.zeromq.org.
This is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at
your option) any later version.
This software is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this program. If not, see
<http://www.gnu.org/licenses/>.
=========================================================================
*/
#ifndef __CZMQ_H_INCLUDED__
#define __CZMQ_H_INCLUDED__
// Set up environment for the application
//
#include <czmq_prelude.h>
// Classes listed in alphabetical order
#include <zclock.h>
#include <zctx.h>
#include <zfile.h>
#include <zframe.h>
#include <zhash.h>
#include <zlist.h>
#include <zloop.h>
#include <zmsg.h>
#include <zsocket.h>
#include <zsockopt.h>
#include <zstr.h>
#include <zthread.h>
#endif