Skip to content

Commit

Permalink
Updates needed for new macOS port
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Jan 26, 2024
1 parent eaf32e9 commit efdac9e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 602 deletions.
4 changes: 2 additions & 2 deletions mimetic098/message.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#include <mimetic098/mimeentity.h>
#include <mimetic098/utils.h>
#include <mimetic098/codec/codec.h>
#ifdef HAVE_UNISTD_H
//#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
//#endif

namespace mimetic
{
Expand Down
4 changes: 2 additions & 2 deletions mimetic098/os/file_iterator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
#ifdef HAVE_DIRENT_H
#include <dirent.h>
#endif
#ifdef HAVE_UNISTD_H
//#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
//#endif
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
Expand Down
8 changes: 4 additions & 4 deletions mimetic098/os/fileop.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@
***************************************************************************/
#include <mimetic098/os/fileop.h>
#include <mimetic098/libconfig.h>
#ifdef HAVE_UNISTD_H
//#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
//#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
//#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
//#endif

using namespace std;

Expand Down
4 changes: 2 additions & 2 deletions mimetic098/os/stdfile.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
#ifdef HAVE_DIRENT_H
#include <dirent.h>
#endif
#ifdef HAVE_UNISTD_H
//#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
//#endif


using namespace std;
Expand Down
5 changes: 0 additions & 5 deletions pkgdata/files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
/book
/book/books.js
/bootstrap
/build
/build/confyLGTNU
/build/confyLGTNU/defines.awk
/build/confyLGTNU/subs1.awk
/build/confyLGTNU/subs.awk
/changes
/changes/change.html
/changes/changes.html
Expand Down
179 changes: 0 additions & 179 deletions read/save.cpp

This file was deleted.

32 changes: 0 additions & 32 deletions read/save.h

This file was deleted.

Loading

0 comments on commit efdac9e

Please sign in to comment.