x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@653 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -46,8 +46,7 @@ KLIB=$(LIBKAFS) $(LIBKRB) $(LIBDES) $(LIBROKEN) | ||||
| all: telnetd | ||||
|  | ||||
| .c.o: | ||||
| 	$(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) \ | ||||
| 	-I../../../include -I.. -I../../.. -I$(srcdir)/.. -I. -I$(srcdir) $< | ||||
| 	$(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) -I../../../include -I.. -I../../.. -I$(srcdir)/.. -I. -I$(srcdir) $< | ||||
|  | ||||
| telnetd: $(OBJECTS) | ||||
| 	$(CC) $(LD_FLAGS) $(LDFLAGS) -o telnetd $(OBJECTS) ../libtelnet/libtelnet.a $(KLIB) $(LIBS) | ||||
|   | ||||
| @@ -8,6 +8,8 @@ | ||||
| #include <sys/types.h> | ||||
| #include <netinet/in.h> | ||||
|  | ||||
| #include "protos.h" | ||||
|  | ||||
| #ifndef HAVE_PUTENV | ||||
| int putenv(const char *string); | ||||
| #endif | ||||
|   | ||||
| @@ -8,6 +8,8 @@ | ||||
| #include <sys/types.h> | ||||
| #include <netinet/in.h> | ||||
|  | ||||
| #include "protos.h" | ||||
|  | ||||
| #ifndef HAVE_PUTENV | ||||
| int putenv(const char *string); | ||||
| #endif | ||||
|   | ||||
| @@ -13,10 +13,6 @@ RCSID("$Id$"); | ||||
| #endif | ||||
| #include "roken.h" | ||||
|  | ||||
| #if defined(__ultrix) || defined(sun) | ||||
| char *crypt(const char*, const char*); | ||||
| #endif | ||||
|  | ||||
| int | ||||
| verify_unix_user(char *user, char *password) | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Johan Danielsson
					Johan Danielsson