Subversion Repositories tpanel

Rev

Rev 233 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 233 Rev 235
Line 50... Line 50...
50
namespace fs = std::filesystem;
50
namespace fs = std::filesystem;
51
#       endif
51
#       endif
52
#   endif
52
#   endif
53
#endif
53
#endif
54
 
54
 
-
 
55
#ifdef __APPLE__
-
 
56
#   include <unistd.h>
-
 
57
#   ifndef HOST_NAME_MAX
-
 
58
#       ifdef MAXHOSTNAMELEN
-
 
59
#           define HOST_NAME_MAX    MAXHOSTNAMELEN
-
 
60
#       else
-
 
61
#           define HOST_NAME_MAX    64
-
 
62
#       endif   // MAXHOSTNAMELEN
-
 
63
#   endif       // HOST_NAME_MAX
-
 
64
#endif          // __APPLE__
-
 
65
 
55
#include "tpagemanager.h"
66
#include "tpagemanager.h"
56
#include "tcolor.h"
67
#include "tcolor.h"
57
#include "terror.h"
68
#include "terror.h"
58
#include "ticons.h"
69
#include "ticons.h"
59
#include "tbutton.h"
70
#include "tbutton.h"