File: detect.h

package info (click to toggle)
easychem 0.6-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 936 kB
  • ctags: 518
  • sloc: ansic: 8,993; sh: 2,348; xml: 83; makefile: 68
file content (6 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
enum { PROGRAM_UNKNOWN, PROGRAM_NOT_FOUND, PROGRAM_IN_PATH,
       PROGRAM_IN_USR_BIN, PROGRAM_IN_USR_LOCAL_BIN,
       PROGRAM_IN_PROVIDED_PATH, PROGRAM_IN_PREF_PATH, PROGRAM_IN_SW_BIN };

extern int detect_gs (void);
extern int detect_pstoedit (void);