added roken,sl,editline
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1856 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
13
lib/roken/Makefile.am
Normal file
13
lib/roken/Makefile.am
Normal file
@@ -0,0 +1,13 @@
|
||||
# $Id$
|
||||
|
||||
AUTOMAKE_OPTIONS = no-dependencies foreign
|
||||
|
||||
INCLUDES = -I$(top_builddir)/include
|
||||
|
||||
lib_LIBRARIES = libroken.a
|
||||
|
||||
libroken_a_SOURCES = \
|
||||
k_getpwuid.c k_getpwnam.c signal.c verify.c inaddr2str.o mini_inetd.c \
|
||||
get_window_size.c warnerr.c snprintf.c
|
||||
|
||||
libroken_a_LIBADD = @LIBOBJS@
|
@@ -44,7 +44,6 @@ RCSID("$Id$");
|
||||
#include <unistd.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
#include "protos.h"
|
||||
#include "roken.h"
|
||||
|
||||
char*
|
||||
|
@@ -69,8 +69,6 @@
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
#include "protos.h"
|
||||
|
||||
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
|
||||
#define setsid _setsid
|
||||
#endif
|
||||
@@ -181,10 +179,6 @@ int inet_aton(const char *cp, struct in_addr *adr);
|
||||
char* getcwd(char *path, size_t size);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_GETENT
|
||||
int getent(char *cp, char *name);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
struct passwd *k_getpwnam (char *user);
|
||||
|
@@ -69,8 +69,6 @@
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
#include "protos.h"
|
||||
|
||||
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
|
||||
#define setsid _setsid
|
||||
#endif
|
||||
@@ -181,10 +179,6 @@ int inet_aton(const char *cp, struct in_addr *adr);
|
||||
char* getcwd(char *path, size_t size);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_GETENT
|
||||
int getent(char *cp, char *name);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
struct passwd *k_getpwnam (char *user);
|
||||
|
Reference in New Issue
Block a user