use only one getconf header
this simplifies the getconf.sh script and handling parallel make
This commit is contained in:
17
getconf.c
17
getconf.c
@@ -12,22 +12,7 @@ struct var {
|
||||
long v;
|
||||
};
|
||||
|
||||
static const struct var pathconf_l[] = {
|
||||
#include "pathconf_l.h"
|
||||
};
|
||||
|
||||
static const struct var sysconf_l[] = {
|
||||
#include "sysconf_l.h"
|
||||
};
|
||||
|
||||
static const struct var confstr_l[] = {
|
||||
#include "confstr_l.h"
|
||||
};
|
||||
|
||||
static const struct var limits_l[] = {
|
||||
#include "limits_l.h"
|
||||
};
|
||||
|
||||
#include "getconf.h"
|
||||
|
||||
void
|
||||
usage(void)
|
||||
|
Reference in New Issue
Block a user