Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
662258a4
Commit
662258a4
authored
Oct 23, 2007
by
Browse files
Fixed bug #478
git-svn-id:
file:///home/svn/mapi/trunk@1339
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
1360e7df
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/Makefile.am
View file @
662258a4
if
!BINARY_EXTRAFLIB
if
!BINARY_TRACKFLIB
SUBDIRS
=
mapidump
endif
endif
if
!BINARY_EXTRAFLIB
if
BINARY_TRACKFLIB
SUBDIRS
=
mapidump
endif
endif
if
BINARY_EXTRAFLIB
if
!BINARY_TRACKFLIB
SUBDIRS
=
mapidump
endif
endif
if
BINARY_EXTRAFLIB
if
BINARY_TRACKFLIB
SUBDIRS
=
mapidump appmon
endif
endif
applications/appmon/appmon.c
View file @
662258a4
...
...
@@ -15,7 +15,6 @@
#include <stdarg.h>
#include "appmon.h"
#include "util.h"
//#include "../../mapi.h"
#include <mapi.h>
#include "cgi_headers.h"
...
...
@@ -25,8 +24,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
//#include "../../stdlib/topx.h"
#include <mapi/topx.h>
#include "../../src/extraflib/topx.h"
#define TOP_RESET_TIME 100
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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