git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@420 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1996-04-23 07:45:07 +00:00
parent 51c9bd7f7b
commit 62472a8a0e
3 changed files with 1463 additions and 0 deletions

3
appl/ftp/aclocal.m4 vendored Normal file
View File

@@ -0,0 +1,3 @@
dnl use the aclocal.m4 from the top directory
builtin(include,../../aclocal.m4)

47
appl/ftp/config.h.in Normal file
View File

@@ -0,0 +1,47 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */
#undef HAVE___PROGNAME
#undef HAVE_UT_HOST
#undef BROKEN_GETCWD
/* Define if you have the getcwd function. */
#undef HAVE_GETCWD
/* Define if you have the gethostbyname function. */
#undef HAVE_GETHOSTBYNAME
/* Define if you have the setproctitle function. */
#undef HAVE_SETPROCTITLE
/* Define if you have the socket function. */
#undef HAVE_SOCKET
/* Define if you have the <bsd/bsd.h> header file. */
#undef HAVE_BSD_BSD_H
/* Define if you have the <paths.h> header file. */
#undef HAVE_PATHS_H
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
#undef HAVE___PROGNAME
#undef HAVE_UT_HOST
#undef BROKEN_GETCWD
#ifdef __STDC__
#define RCSID(msg) static const char *rcsid[] = { (char *)rcsid, "\0100(#)" msg }
#else
#define RCSID(msg) static char *rcsid[] = { (char *)rcsid, msg }
#endif
#define WTMP_PATH "/var/adm/wtmp"
#define KERBEROS

1413
appl/ftp/configure vendored Executable file

File diff suppressed because it is too large Load Diff