FOSSology  3.2.0rc1
Open Source License Compliance by Open Source Software
libfossology.h
Go to the documentation of this file.
1 /* **************************************************************
2 Copyright (C) 2010-2013 Hewlett-Packard Development Company, L.P.
3 
4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public License
6 version 2 as published by the Free Software Foundation.
7 
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12 
13 You should have received a copy of the GNU General Public License along
14 with this program; if not, write to the Free Software Foundation, Inc.,
15 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 
17 ************************************************************** */
32 #ifndef LIBFOSSOLOGY_H
33 #define LIBFOSSOLOGY_H
34 
35 #include <stdio.h>
36 #include "libfossscheduler.h"
37 #include "libfossrepo.h"
38 #include "libfossdb.h"
39 #include "libfossagent.h"
40 #include "sqlCopy.h"
41 #include "fossconfig.h"
42 
43 #define PERM_NONE 0
44 #define PERM_READ 1
45 #define PERM_WRITE 3
46 #define PERM_ADMIN 10
47 
48 #define PLUGIN_DB_NONE 0
49 #define PLUGIN_DB_READ 1
50 #define PLUGIN_DB_WRITE 3
51 #define PLUGIN_DB_ADMIN 10
52 
53 #endif /* LIBFOSSOLOGY_H */
FOSSology library to read config file.