Commit 920705cf authored by Reinhard Tartler's avatar Reinhard Tartler

Imported nxcomp-3.2.0-7.tar.gz

Summary: Imported nxcomp-3.2.0-7.tar.gz Keywords: Imported nxcomp-3.2.0-7.tar.gz into Git repository
parent 92239daf
......@@ -15,7 +15,7 @@
/* */
/**************************************************************************/
#include <iostream.h>
#include "Misc.h"
#include "BlockCacheSet.h"
......
ChangeLog:
nxcomp-3.2.0-7
- Solved a compilation problem on GCC 4.3.
nxcomp-3.2.0-6
- Changes considering that unsetenv() returns void on Mac OS X.
......
......@@ -29,7 +29,6 @@
#include <dirent.h>
#include <pwd.h>
#include <fstream.h>
#include <fcntl.h>
#include <sys/types.h>
......@@ -42,6 +41,8 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include "Misc.h"
#ifdef __sun
#include <strings.h>
#endif
......
......@@ -16,12 +16,13 @@
/**************************************************************************/
#include <stdio.h>
#include <fstream.h>
#include <unistd.h>
#include <string.h>
#include <algorithm>
#include "Misc.h"
//
// We need channel's cache data.
//
......
......@@ -15,7 +15,6 @@
/* */
/**************************************************************************/
#include <iostream.h>
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
......
......@@ -18,12 +18,14 @@
#ifndef Misc_H
#define Misc_H
#include <iostream.h>
#include <fstream.h>
#include <iostream>
#include <fstream>
#include <errno.h>
#include <string.h>
using namespace std;
//
// This is MD5 length.
//
......
......@@ -18,10 +18,11 @@
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <fstream.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "Misc.h"
#if defined(__CYGWIN32__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun)
#include <netinet/in_systm.h>
#endif
......
......@@ -15,13 +15,14 @@
/* */
/**************************************************************************/
#include <fstream.h>
#include <unistd.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <utime.h>
#include "Misc.h"
#include "Split.h"
#include "Control.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment