VirtualBox

Changeset 35647 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 20, 2011 11:35:55 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69559
Message:

Linux 2.6.38-rc1 autoconf.h mess

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r35584 r35647  
    102102#  define false linux_false
    103103#  define uintptr_t linux_uintptr_t
    104 #  ifndef AUTOCONF_INCLUDED
    105 #   include <linux/autoconf.h>
     104#  include <linux/version.h>
     105#  if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,30)
     106#   include <generated/autoconf.h>
     107#  else
     108#   ifndef AUTOCONF_INCLUDED
     109#    include <linux/autoconf.h>
     110#   endif
    106111#  endif
    107112#  include <linux/types.h>
Note: See TracChangeset for help on using the changeset viewer.

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