File: path.h

package info (click to toggle)
jesred 1.2pl1-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 336 kB
  • ctags: 108
  • sloc: ansic: 1,191; sh: 305; makefile: 75
file content (12 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * $Id: path.h,v 1.1 1998/07/24 23:03:13 elkner Exp $
 */

#ifndef PATH_H
#define PATH_H

/* change this to the path, which contains your jesred.conf */

#define DEFAULT_PATH "/etc"

#endif