diff options
author | tron <tron> | 2000-08-07 07:32:41 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-07 07:32:41 +0000 |
commit | 70574093e695ef1e6d2023bc79f9b85820643461 (patch) | |
tree | 279fd8a74490d7c255858fb7782371007425bae0 /x11/kdebase/files | |
parent | fe292dfe188c7807656bfdd34a56ef8f1185417e (diff) | |
download | pkgsrc-70574093e695ef1e6d2023bc79f9b85820643461.tar.gz |
Compile support for "XDM-AUTHORIZATION-1" into "kdm" if base X11 system
supports it.
Diffstat (limited to 'x11/kdebase/files')
-rw-r--r-- | x11/kdebase/files/Imakefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/kdebase/files/Imakefile b/x11/kdebase/files/Imakefile new file mode 100644 index 00000000000..cde53ce9d90 --- /dev/null +++ b/x11/kdebase/files/Imakefile @@ -0,0 +1,6 @@ +/* $NetBSD: Imakefile,v 1.1 2000/08/07 07:32:42 tron Exp $ */ + +hasxdmauth: +#if HasXdmAuth == YES + @echo "#define HASXDMAUTH 1" +#endif |