sysconf_symloop_max   72 maint/gnulib/lib/eloop-threshold.h   static long int sysconf_symloop_max;
sysconf_symloop_max   73 maint/gnulib/lib/eloop-threshold.h   if (sysconf_symloop_max == 0)
sysconf_symloop_max   74 maint/gnulib/lib/eloop-threshold.h     sysconf_symloop_max = __sysconf (_SC_SYMLOOP_MAX);
sysconf_symloop_max   75 maint/gnulib/lib/eloop-threshold.h   const unsigned int symloop_max = (sysconf_symloop_max <= 0
sysconf_symloop_max   77 maint/gnulib/lib/eloop-threshold.h                                     : sysconf_symloop_max);