source: trunk/third/jot/config.h.in @ 9114

Revision 9114, 352 bytes checked in by ghudson, 28 years ago (diff)
Write up a very simple autoconf build system to determine the best random number generator available on the system.
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define if you have the lrand48 function.  */
4#undef HAVE_LRAND48
5
6/* Define if you have the random function.  */
7#undef HAVE_RANDOM
8
9/* Define if you have the srand48 function.  */
10#undef HAVE_SRAND48
11
12/* Define if you have the srandom function.  */
13#undef HAVE_SRANDOM
Note: See TracBrowser for help on using the repository browser.