X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=config.h.in;h=fc9013137363fb9c394f76c831e68362bf516462;hp=9bcf7181f2942302f2ac2585c6dc7761837d71a9;hb=ac884b6a1c1c3dfe73ef7e770d91ea225002a2c3;hpb=5a738aeaea5c4dd9384a8601cc5c99be683b69ca diff --git a/config.h.in b/config.h.in index 9bcf7181f..fc9013137 100644 --- a/config.h.in +++ b/config.h.in @@ -553,6 +553,15 @@ #undef HAVE_SANDBOX_H +/* + * Which random number generator function to use... + */ + +#undef HAVE_RANDOM +#undef HAVE_MRAND48 +#undef HAVE_LRAND48 + + #endif /* !_CUPS_CONFIG_H_ */ /*