satsolver 0.16.3
Defines | Functions | Variables

poolvendor.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fnmatch.h>
#include "pool.h"
#include "poolid.h"
#include "poolvendor.h"
#include "util.h"

Go to the source code of this file.

Defines

#define _GNU_SOURCE

Functions

Id pool_vendor2mask (Pool *pool, Id vendor)

Variables

const char * vendors []

Define Documentation

#define _GNU_SOURCE

Definition at line 14 of file poolvendor.c.


Function Documentation

Id pool_vendor2mask ( Pool pool,
Id  vendor 
)

Variable Documentation

const char* vendors[]
Initial value:
 {
  "!openSUSE Build Service*",
  "SUSE*",
  "openSUSE*",
  "SGI*",
  "Novell*",
  "Silicon Graphics*",
  "Jpackage Project*",
  "ATI Technologies Inc.*",
  "Nvidia*",
  0,
  0,
}

Definition at line 24 of file poolvendor.c.

Referenced by pool_vendor2mask().