mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Fix for stupid Solaris (maybe other Sysv systems too).
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* WINGs WMHost function library
|
* WINGs WMHost function library
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999 Dan Pascu
|
* Copyright (c) 1999-2000 Dan Pascu
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -30,6 +30,12 @@
|
|||||||
#include "WUtil.h"
|
#include "WUtil.h"
|
||||||
|
|
||||||
|
|
||||||
|
/* Tell stupid Solaris what's going on */
|
||||||
|
#ifndef INADDR_NONE
|
||||||
|
#define INADDR_NONE (-1)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
typedef struct W_Host {
|
typedef struct W_Host {
|
||||||
char *name;
|
char *name;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user