xdmcp: Remove unconfigurable COMPILEDDISPLAYCLASS

This commit is contained in:
Adam Jackson 2019-10-16 14:30:18 -04:00 committed by Adam Jackson
parent 66eb933ec9
commit 46a275522f
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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;