blob: 5f7728d64a2b9a05a03c5e9fcd22d1e784e46cc2 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
this is a utility used to build prand_conf.h on new ports.
To run you can either compile the program prand_conf.c with
cc prand_conf.c -o prand_conf # add -posix on NeXTstep systems
./prand_conf
both programs create a file prand_conf.h,
copy this file to the appropriate port/<os>/include directory
|