File: feature_list

package info (click to toggle)
pike7 7.0.361-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 14,876 kB
  • ctags: 12,334
  • sloc: ansic: 142,667; makefile: 1,526; sh: 1,035; lisp: 290; sed: 34; perl: 3
file content (8 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/usr/local/bin/pike

// $Id: feature_list,v 1.9 2000/09/08 13:31:36 noring Exp $

int main(int argc, string *argv)
{
  write("Features: "+Tools.Install.features()*" "+"\n");
}