File: defs.h

package info (click to toggle)
pipsecd 1%3A19990511-27
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 284 kB
  • ctags: 272
  • sloc: ansic: 2,183; perl: 1,836; sh: 82; makefile: 41
file content (13 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $Id: defs.h 1.2 Tue, 27 Apr 1999 10:57:18 +0200 sam $ */

#ifndef _DEFS_H
#define _DEFS_H

#if defined(__FreeBSD__)
#define HAVE_SA_LEN
#define NEED_IPID_SWAP
#define NEED_IPLEN_FIX
#define HAVE_MD5
#endif

#endif /* _DEFS_H */