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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user