File: MCONFIG.in

package info (click to toggle)
linux-ftpd-ssl 0.17.33%2B0.3-1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,004 kB
  • sloc: ansic: 3,538; yacc: 1,303; makefile: 97; sh: 40
file content (26 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Dirs
INSTALLROOT
SBINDIR
MANDIR

# Modes
DAEMONMODE
MANMODE

# Compiling
# -Wwrite-strings        (Neither <arpa/ftp.h> nor bison output pass this)
# -Wshadow               (seems to produce only bogus warnings)
# -Wredundant-decls      (there are a number of such in Linux's /usr/include)
ALLWARNINGS
CC
CFLAGS
LDFLAGS
LIBS
YACC

# Features
BSDSIGNAL
SHADOW
FN(crypt)
FN(snprintf)
TYPE(socklen_t)