~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools-precise.sid-merge1

« back to all changes in this revision

Viewing changes to lib/include/community_source.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-12-06 07:45:05 UTC
  • mfrom: (1.1.8 upstream) (2.4.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091206074505-43rp7oejjgp0y2re
Tags: 2009.11.16-210370-1
* Merging upstream version 2009.11.16-210370.
* Moving vmusr plugins from open-vm-tools to open-vm-toolbox (Closes:
  #539282, #557215).
* Correcting plugin location (Closes: #545222, #549044).
* Dropping la files (Closes: #551626).
* Adding open-vm-toolbox lintian overrides.
* Removing test plugin.
* Removing unused plugin symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#define INCLUDE_ALLOW_VMMEXT
44
44
#define INCLUDE_ALLOW_MODULE
45
45
#define INCLUDE_ALLOW_VMMON
46
 
#define INCLUDE_ALLOW_VMNIXMOD
47
46
#define INCLUDE_ALLOW_VMKERNEL
48
47
#define INCLUDE_ALLOW_VMKDRIVERS
49
48
#define INCLUDE_ALLOW_VMK_MODULE
62
61
   #define EXCLUDE_COMMUNITY_SOURCE(x) x
63
62
#endif
64
63
 
 
64
#undef COMMUNITY_SOURCE_AMD_SECRET
 
65
#if !defined(COMMUNITY_SOURCE) || defined(AMD_SOURCE)
 
66
/*
 
67
 * It's ok to include AMD_SECRET source code for non-Community Source,
 
68
 * or for drops directed at AMD.
 
69
 */
 
70
   #define COMMUNITY_SOURCE_AMD_SECRET
 
71
#endif
 
72
 
65
73
#undef COMMUNITY_SOURCE_INTEL_SECRET
66
74
#if !defined(COMMUNITY_SOURCE) || defined(INTEL_SOURCE)
67
75
/*
68
 
 * It's ok to include INTEL_SECRET source code for non-commsrc,
 
76
 * It's ok to include INTEL_SECRET source code for non-Community Source,
69
77
 * or for drops directed at Intel.
70
78
 */
71
79
   #define COMMUNITY_SOURCE_INTEL_SECRET