diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 17:53:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 17:53:32 +0000 |
commit | a250a71b04201b2df632b56f7c4c17d7cc7a6e4d (patch) | |
tree | 8f8294c349bf0494cd3c604efbc09a016d1aa30f /lib/libXdmcp/config.h.in | |
parent | 0d2f28efc0fc1ed84fbdd2f337634861698bc009 (diff) |
Update to libXdmcp 1.0.3
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 |