Source: OptTypes.h


Annotated List
Files
Globals
Hierarchy
Index
#ifndef __OPTTYPES
#define __OPTTYPES

/**
 * File:
 *   LiloFile.h
 *
 * Module:
 *   lilo.conf agent
 *
 * Summary:
 *   option type database
 *
 * Authors:
 *   dan.meszaros 
 *
 * $Id: OptTypes.h,v 1.1.1.1 2002/06/27 12:46:35 lslezak Exp $
 *
 * 
 *
 */

#define T_STR   1
#define T_INT   2
#define T_BOOL  3
#define T_SPEC  4
#define T_UNKNOWN 0

#define T_SPEC_CHANGE_RULES 16
#define T_SPEC_DISK         17
#define T_SPEC_CHANGE       18
#define T_SPEC_MAP_DRIVE    19

#include 
#include 

// using std::string;
// using std::map;
using namespace std;

int getOptType(const string& optname);

string getSpecGroup(const string& optname);

#endif

Generated by: root on D63 on Tue Sep 24 20:20:08 2002, using kdoc 2.0a54.