/usr/include/styx/pgm_popt.h is in styx-dev 2.0.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | /* [pgm_popt.h] Common parse command line options */
#define start CTX_EVAL(c_string,"Start")
#define xaron CTX_EVAL(c_bool,"xaron")
#define early CTX_EVAL(c_bool,"early")
#define shiftfun CTX_EVAL(c_string,"shiftfun")
#define reducefun CTX_EVAL(c_string,"reducefun")
|