Deleted Added
full compact
pathnames.h (133936) pathnames.h (161764)
1/* $NetBSD: pathnames.h,v 1.11 2003-08-07 09:46:40 agc Exp $ */
1/* $NetBSD: pathnames.h,v 1.12 2004/12/11 18:37:26 christos Exp $ */
2
3/*
4 * Copyright (c) 1989, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 22 unchanged lines hidden (view full) ---

32 */
33
34#include <paths.h>
35
36#ifndef _DEFAULT_CONFDIR
37#define _DEFAULT_CONFDIR "/etc"
38#endif
39
2
3/*
4 * Copyright (c) 1989, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 22 unchanged lines hidden (view full) ---

32 */
33
34#include <paths.h>
35
36#ifndef _DEFAULT_CONFDIR
37#define _DEFAULT_CONFDIR "/etc"
38#endif
39
40#define _PATH_FTPCHROOT "ftpchroot"
41#define _PATH_FTPDCONF "ftpd.conf"
42#define _PATH_FTPLOGINMESG "motd"
43#define _PATH_FTPUSERS "ftpusers"
44#define _PATH_FTPWELCOME "ftpwelcome"
40#define _NAME_FTPCHROOT "ftpchroot"
41#define _NAME_FTPDCONF "ftpd.conf"
42#define _NAME_FTPLOGINMESG "motd"
43#define _NAME_FTPUSERS "ftpusers"
44#define _NAME_FTPWELCOME "ftpwelcome"
45
46#define _PATH_CLASSPIDS "/var/run/ftpd.pids-"
47
48#define TMPFILE "/tmp/ftpdXXXXXXX"
45
46#define _PATH_CLASSPIDS "/var/run/ftpd.pids-"
47
48#define TMPFILE "/tmp/ftpdXXXXXXX"