~ubuntu-branches/ubuntu/lucid/rlpr/lucid

« back to all changes in this revision

Viewing changes to src/rlprrc.h

  • Committer: Bazaar Package Importer
  • Author(s): Brian Mays
  • Date: 2002-03-20 11:21:15 UTC
  • Revision ID: james.westby@ubuntu.com-20020320112115-whl7m242ig71nu3h
Tags: upstream-2.02
ImportĀ upstreamĀ versionĀ 2.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef RLPRRC_H
 
2
#define RLPRCC_H
 
3
 
 
4
/*
 
5
 * Copyright (c) 1998 peter memishian (meem), meem@gnu.org
 
6
 *
 
7
 * This program is free software; you can redistribute it and/or modify
 
8
 * it under the terms of the GNU General Public License as published by
 
9
 * the Free Software Foundation; either version 2, or (at your option)
 
10
 * any later version.
 
11
 *
 
12
 * This program is distributed in the hope that it will be useful,
 
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
15
 * General Public License for more details.
 
16
 *
 
17
 * $Id: rlprrc.h,v 1.3 1998/10/22 04:21:35 meem Exp $
 
18
 */
 
19
 
 
20
typedef enum { R_RESOLVE_HOST, R_RESOLVE_QUEUE } rlpr_search_type_e;
 
21
 
 
22
#define R_LINE_LEN              1024
 
23
#define R_RLPRRC_NAME           "rlprrc"
 
24
#define R_SYSTEM_RLPRRC_NAME    "/etc/" R_RLPRRC_NAME
 
25
 
 
26
const char *    rlprrc(const char *, rlpr_search_type_e);
 
27
 
 
28
#endif /* RLPRRC_H */