diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-06-01 13:39:33 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-06-01 13:39:33 +0200 |
commit | 81eb5d5e10d4c3ce0f0cc91fab7efbb22fb97f07 (patch) | |
tree | e9f30c9eebd5447f36e1ed8dc018c71056356e88 /openbsd-compat/Makefile.in | |
parent | - (dtucker) [configure.ac] Look for _getshort and _getlong in (diff) | |
download | openssh-81eb5d5e10d4c3ce0f0cc91fab7efbb22fb97f07.tar.xz openssh-81eb5d5e10d4c3ce0f0cc91fab7efbb22fb97f07.zip |
- (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoll.c]
Add strtoll to the compat library, from OpenBSD.
Diffstat (limited to 'openbsd-compat/Makefile.in')
-rw-r--r-- | openbsd-compat/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index 8368aa2ce..30d2410bc 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.32 2005/05/26 10:48:25 djm Exp $ +# $Id: Makefile.in,v 1.33 2005/06/01 11:39:34 dtucker Exp $ sysconfdir=@sysconfdir@ piddir=@piddir@ @@ -16,7 +16,7 @@ RANLIB=@RANLIB@ INSTALL=@INSTALL@ LDFLAGS=-L. @LDFLAGS@ -OPENBSD=base64.o basename.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o getopt.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o strtonum.o strtoul.o vis.o +OPENBSD=base64.o basename.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o getopt.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o strtonum.o strtoll.o strtoul.o vis.o COMPAT=bsd-arc4random.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.o bsd-misc.o bsd-nextstep.o bsd-openpty.o bsd-snprintf.o bsd-waitpid.o fake-rfc2553.o xmmap.o xcrypt.o |