DRM updates

Matthew Dillon dillon at apollo.backplane.com
Wed Jan 14 11:58:49 PST 2004


:What is the desired way to do this?  Should I do something like
:#if __DragonFly__
:...
:#elif __FreeBSD__
:#if __FreeBSD_version >= 500000
:...
:#else
:...
:
:If I put the dragonfly check in the FreeBSD 4.x section it will just have
:to be moved when we take it out of the compiler.  Does the above seem like a
:reasonable solution?
:
:-Craig

    Yes, that's a reasonable solution.

						-Matt






More information about the Submit mailing list