use only one getconf header

this simplifies the getconf.sh script and handling parallel make
This commit is contained in:
Evan Gates
2016-10-03 15:55:22 -07:00
committed by FRIGN
parent 96ccf5172d
commit de28c8bfa7
3 changed files with 14 additions and 31 deletions

View File

@@ -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)