~noskcaj/ubuntu/saucy/xinetd/2.3.15

« back to all changes in this revision

Viewing changes to xinetd/sconst.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Seyrat
  • Date: 2004-04-18 13:33:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040418133357-czeqeju37433xvdd
Tags: upstream-2.3.13
ImportĀ upstreamĀ versionĀ 2.3.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * (c) Copyright 1992 by Panagiotis Tsirigotis
 
3
 * (c) Sections Copyright 1998-2001 by Rob Braun
 
4
 * All rights reserved.  The file named COPYRIGHT specifies the terms 
 
5
 * and conditions for redistribution.
 
6
 */
 
7
 
 
8
#ifndef SCONST_H
 
9
#define SCONST_H
 
10
 
 
11
/*
 
12
 * $Id: sconst.h,v 1.1.1.1 2003/02/19 17:29:28 bbraun Exp $
 
13
 */
 
14
 
 
15
/*
 
16
 * Names of internal non-visible services
 
17
 */
 
18
#define INTERCEPT_SERVICE_NAME         "intercept"
 
19
#define LOG_SERVICE_NAME               "logging"
 
20
 
 
21
 
 
22
/*
 
23
 * Log entry ids
 
24
 */
 
25
#define START_ENTRY                    "START"
 
26
#define FAIL_ENTRY                     "FAIL"
 
27
#define EXIT_ENTRY                     "EXIT"
 
28
#define USERID_ENTRY                   "USERID"
 
29
#define NOID_ENTRY                     "NOID"
 
30
 
 
31
#endif    /* SCONST_H */
 
32