xdmcp: Remove unconfigurable COMPILEDDISPLAYCLASS
This commit is contained in:
parent
66eb933ec9
commit
46a275522f
|
@ -51,9 +51,6 @@ SOFTWARE.
|
||||||
* The following constants contain default values for all of the variables
|
* The following constants contain default values for all of the variables
|
||||||
* that can be initialized on the server command line or in the environment.
|
* that can be initialized on the server command line or in the environment.
|
||||||
*/
|
*/
|
||||||
#ifndef COMPILEDDISPLAYCLASS
|
|
||||||
#define COMPILEDDISPLAYCLASS "MIT-unspecified"
|
|
||||||
#endif
|
|
||||||
#define DEFAULT_TIMEOUT 60 /* seconds */
|
#define DEFAULT_TIMEOUT 60 /* seconds */
|
||||||
#define DEFAULT_KEYBOARD_CLICK 0
|
#define DEFAULT_KEYBOARD_CLICK 0
|
||||||
#define DEFAULT_BELL 50
|
#define DEFAULT_BELL 50
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
#define X_INCLUDE_NETDB_H
|
#define X_INCLUDE_NETDB_H
|
||||||
#include <X11/Xos_r.h>
|
#include <X11/Xos_r.h>
|
||||||
|
|
||||||
static const char *defaultDisplayClass = COMPILEDDISPLAYCLASS;
|
static const char *defaultDisplayClass = "MIT-unspecified";
|
||||||
|
|
||||||
static int xdmcpSocket, sessionSocket;
|
static int xdmcpSocket, sessionSocket;
|
||||||
static xdmcp_states state;
|
static xdmcp_states state;
|
||||||
|
|
Loading…
Reference in New Issue