mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 10:40:25 +00:00
Merge branch 'master' into mpx
This commit is contained in:
@@ -148,9 +148,6 @@
|
||||
/* Define to 1 if you have version 2.2 (or newer) of the drm library */
|
||||
#undef HAVE_LIBDRM_2_2
|
||||
|
||||
/* Define to 1 if launchd is available. */
|
||||
#undef HAVE_LAUNCHD
|
||||
|
||||
/* Have Quartz */
|
||||
#undef XQUARTZ
|
||||
|
||||
|
||||
@@ -212,8 +212,6 @@ extern SIGVAL GiveUp(int /*sig*/);
|
||||
|
||||
extern void UseMsg(void);
|
||||
|
||||
extern void InitGlobals(void);
|
||||
|
||||
extern void ProcessCommandLine(int /*argc*/, char* /*argv*/[]);
|
||||
|
||||
extern int set_font_authorizations(
|
||||
@@ -411,8 +409,6 @@ extern XID GenerateAuthorization(
|
||||
extern void ExpandCommandLine(int * /*pargc*/, char *** /*pargv*/);
|
||||
#endif
|
||||
|
||||
extern void ddxInitGlobals(void);
|
||||
|
||||
extern int ddxProcessArgument(int /*argc*/, char * /*argv*/ [], int /*i*/);
|
||||
|
||||
extern void ddxUseMsg(void);
|
||||
|
||||
@@ -118,6 +118,9 @@
|
||||
/* Have pci_system_init_dev_mem() */
|
||||
#undef HAVE_PCI_SYSTEM_INIT_DEV_MEM
|
||||
|
||||
/* Have pci_enable_device */
|
||||
#undef HAVE_PCI_DEVICE_ENABLE
|
||||
|
||||
/* Path to text files containing PCI IDs */
|
||||
#undef PCI_TXT_IDS_PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user