This extension point is used to plug in particular compiler scanner info provider. A fully qualified name of the Java class that implements <samp>org.eclipse.cdt.make.core.scannerconfig.ICompilerScannerInfoProvider</samp> interface. Parameters passed to the compiler scanner info provider. Name of a parameter. Value of a parameter. [Enter the first release in which this extension point appears.] [Enter extension point usage example here.] Plug-ins that want to extend this extension point must implement <samp>org.eclipse.cdt.make.core.scannerconfig.IExternalScannerInfoProvider</samp> interface. org.eclipse.cdt.make.core plugin provides default implementation of the GNU C/C++ compiler specs scanner info provider.