diff options
Diffstat (limited to 'lib/libXdmcp/config.h.in')
-rw-r--r-- | lib/libXdmcp/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libXdmcp/config.h.in b/lib/libXdmcp/config.h.in index 6080adeac..e4eec6df5 100644 --- a/lib/libXdmcp/config.h.in +++ b/lib/libXdmcp/config.h.in @@ -9,9 +9,15 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `lrand48' function. */ +#undef HAVE_LRAND48 + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `srand48' function. */ +#undef HAVE_SRAND48 + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |