File: pathnames.h

package info (click to toggle)
dsniff 2.4b1%2Bdebian-22.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,808 kB
  • ctags: 2,266
  • sloc: ansic: 10,785; sh: 152; makefile: 116
file content (21 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * pathnames.h
 *
 * dsniff pathnames.
 *
 * Copyright (c) 2000 Dug Song <dugsong@monkey.org>
 *
 * $Id: pathnames.h,v 1.2 2001/03/15 08:33:06 dugsong Exp $
 */

#ifndef PATHNAMES_H
#define PATHNAMES_H

#ifndef DSNIFF_LIBDIR
#define DSNIFF_LIBDIR		"/usr/share/dsniff/"
#endif

#define DSNIFF_SERVICES		"dsniff.services"
#define DSNIFF_MAGIC		"dsniff.magic"

#endif /* PATHNAMES_H */