use glob in libc instead of local version
[unix-history] / usr / src / usr.bin / ftp / pathnames.h
CommitLineData
7abf8d65 1/*
2c4b3588
KB
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
7abf8d65 4 *
1343342a 5 * %sccs.include.redist.c%
7abf8d65 6 *
2c4b3588 7 * @(#)pathnames.h 8.1 (Berkeley) %G%
7abf8d65
KB
8 */
9
10#include <paths.h>
11
12#undef _PATH_TMP
13#define _PATH_TMP "/tmp/ftpXXXXXX"