mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 02:08:04 +02:00
xdmcp: Remove unconfigurable COMPILEDDISPLAYCLASS
This commit is contained in:
parent
66eb933ec9
commit
46a275522f
2 changed files with 1 additions and 4 deletions
|
|
@ -51,9 +51,6 @@ SOFTWARE.
|
|||
* The following constants contain default values for all of the variables
|
||||
* 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_KEYBOARD_CLICK 0
|
||||
#define DEFAULT_BELL 50
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
#define X_INCLUDE_NETDB_H
|
||||
#include <X11/Xos_r.h>
|
||||
|
||||
static const char *defaultDisplayClass = COMPILEDDISPLAYCLASS;
|
||||
static const char *defaultDisplayClass = "MIT-unspecified";
|
||||
|
||||
static int xdmcpSocket, sessionSocket;
|
||||
static xdmcp_states state;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue