*** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@463 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -7,11 +7,12 @@ SHELL = /bin/sh
 | 
				
			|||||||
srcdir = @srcdir@
 | 
					srcdir = @srcdir@
 | 
				
			||||||
VPATH = @srcdir@
 | 
					VPATH = @srcdir@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CC = @CC@
 | 
					CC	= @CC@
 | 
				
			||||||
AR = ar
 | 
					CPP	= @CPP@
 | 
				
			||||||
RANLIB = @RANLIB@
 | 
					AR	= ar
 | 
				
			||||||
DEFS = @DEFS@
 | 
					RANLIB	= @RANLIB@
 | 
				
			||||||
CFLAGS = @CFLAGS@
 | 
					DEFS	= @DEFS@
 | 
				
			||||||
 | 
					CFLAGS	= @CFLAGS@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
INSTALL = @INSTALL@
 | 
					INSTALL = @INSTALL@
 | 
				
			||||||
INSTALL_DATA	= @INSTALL_DATA@
 | 
					INSTALL_DATA	= @INSTALL_DATA@
 | 
				
			||||||
@@ -30,8 +31,6 @@ SHLIBEXT = @SHLIBEXT@
 | 
				
			|||||||
LIB = $(LIBNAME).$(LIBEXT)
 | 
					LIB = $(LIBNAME).$(LIBEXT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SOURCES = signal.c
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
OBJECTS = signal.o @LIBOBJS@
 | 
					OBJECTS = signal.o @LIBOBJS@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
all: $(LIB)
 | 
					all: $(LIB)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,9 @@
 | 
				
			|||||||
#ifndef __ROKEN_H__
 | 
					#ifndef __ROKEN_H__
 | 
				
			||||||
#define __ROKEN_H__
 | 
					#define __ROKEN_H__
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <sys/types.h>
 | 
				
			||||||
 | 
					#include <netinet/in.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef HAVE_PUTENV
 | 
					#ifndef HAVE_PUTENV
 | 
				
			||||||
int putenv(const char *string);
 | 
					int putenv(const char *string);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,9 @@
 | 
				
			|||||||
#ifndef __ROKEN_H__
 | 
					#ifndef __ROKEN_H__
 | 
				
			||||||
#define __ROKEN_H__
 | 
					#define __ROKEN_H__
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <sys/types.h>
 | 
				
			||||||
 | 
					#include <netinet/in.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef HAVE_PUTENV
 | 
					#ifndef HAVE_PUTENV
 | 
				
			||||||
int putenv(const char *string);
 | 
					int putenv(const char *string);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user