Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
dcdb
dcdb
Commits
e3489c91
Commit
e3489c91
authored
Apr 05, 2013
by
Axel Auweter
Browse files
Mac OS compile fixes.
parent
2d5af091
Changes
2
Hide whitespace changes
Inline
Side-by-side
CollectAgent/Makefile
View file @
e3489c91
include
../config.mk
CXXFLAGS
=
-O0
-g
-Wall
-fmessage-length
=
0
-I
$(DCDBDEPLOYPATH)
/include/
CXXFLAGS
=
-O0
-g
-Wall
-std
=
c++11
-fmessage-length
=
0
-I
$(DCDBDEPLOYPATH)
/include/
OBJS
=
collectagent.o cassandra/Cassandra.o cassandra/cassandra_constants.o cassandra/cassandra_types.o
SRC
=
$(
patsubst
cassandra/%,,
$(OBJS:.o=.cpp)
)
LIBS
=
-L
$(DCDBDEPLOYPATH)
/lib/
-lthrift
-lmosquitto
-lssl
-lcrypto
-lpthread
...
...
CollectAgent/simplemqttserver.h
View file @
e3489c91
...
...
@@ -5,7 +5,7 @@
* Author: Axel Auweter
*/
#include
<
c
stdint>
#include
<stdint
.h
>
#ifndef SIMPLEMQTTSERVER_H_
#define SIMPLEMQTTSERVER_H_
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment