VirtualBox

Ignore:
Timestamp:
Jan 20, 2011 11:35:55 AM (14 years ago)
Author:
vboxsync
Message:

Linux 2.6.38-rc1 autoconf.h mess

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h

    r35494 r35647  
    7676
    7777#elif defined(RT_OS_LINUX)
    78 #   ifndef AUTOCONF_INCLUDED
    79 #    include <linux/autoconf.h>
     78#   include <linux/version.h>
     79#   if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,30)
     80#    include <generated/autoconf.h>
     81#   else
     82#    ifndef AUTOCONF_INCLUDED
     83#     include <linux/autoconf.h>
     84#    endif
    8085#   endif
    81 #   include <linux/version.h>
    8286#   if defined(CONFIG_MODVERSIONS) && !defined(MODVERSIONS)
    8387#       define MODVERSIONS
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette