syncing with master
This commit is contained in:
joonicks
2025-09-21 16:40:12 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -463,7 +463,7 @@ enum {
#define UPTIME_SIGTERM 5003
#define UPTIME_SIGINT 5004
#define UPTIMEHOST "uptime.energymech.net"
#define UPTIMEHOST "uptime.eggheads.org"
#ifdef __CYGWIN__
#define UPTIME_BOTTYPE UPTIME_WINMECH

View File

@@ -267,7 +267,7 @@ BEG uint32_t uptimeip MDEF((uint32_t)-1);
BEG uint32_t uptimecookie;
BEG uint32_t uptimeregnr MDEF(0);
BEG time_t uptimelast MDEF(0);
BEG const char *defaultuptimehost MDEF("uptime.energymech.net");
BEG const char *defaultuptimehost MDEF("uptime.eggheads.org");
#endif /* UPTIME */