1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Add in srandom() check to configure

Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h
Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6
This commit is contained in:
Marc G. Fournier
1997-09-18 16:09:41 +00:00
parent 2a3e28282e
commit 220941dac5
5 changed files with 18 additions and 4 deletions

View File

@@ -104,6 +104,12 @@
/* Set to 1 if you have strdup() */
#undef HAVE_STRDUP
/* Set to 1 if you have random() */
#undef HAVE_RANDOM
/* Set to 1 if you have srandom() */
#undef HAVE_SRANDOM
/* Set to 1 if you have libreadline.a */
#undef HAVE_LIBREADLINE