reorganized some error codes.
added ssl library check to configure.ac corrected wrong function definitions in chr.h added MPI_NODE
This commit is contained in:
@ -231,6 +231,7 @@ SENDFILE_LIBS = @SENDFILE_LIBS@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
SOCKET_LIBS = @SOCKET_LIBS@
|
||||
SSL_LIBS = @SSL_LIBS@
|
||||
STRIP = @STRIP@
|
||||
TRUE = @TRUE@
|
||||
UNICOWS_LIBS = @UNICOWS_LIBS@
|
||||
|
@ -718,7 +718,6 @@ static int handle_non_wild_segments (glob_t* g, segment_t* seg)
|
||||
}
|
||||
|
||||
#if defined(NO_RECURSION)
|
||||
typedef struct stack_node_t stack_node_t;
|
||||
struct stack_node_t
|
||||
{
|
||||
qse_size_t tmp;
|
||||
|
Reference in New Issue
Block a user