Searched refs:uuid (Results 1 – 5 of 5) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | SConstruct | 179 if autoconf.CheckLibWithHeader('uuid', 'uuid/uuid.h', 'C'): 180 autoconf.env.Append(CPPFLAGS = [ '-DHAVE_UUID_UUID_H', '-DHAVE_LIBUUID' ], LIBUUID = 'uuid')
|
| H A D | configure.ac | 64 sys/resource.h sys/un.h syslog.h sys/prctl.h uuid/uuid.h]) 405 AC_CHECK_LIB(uuid, uuid_unparse, [ 406 AC_CHECK_HEADERS([uuid/uuid.h],[ 409 AC_DEFINE([HAVE_UUID_H], [1], [uuid/uuid.h is available])
|
| H A D | config.h.in | 364 /* uuid/uuid.h is available */ 367 /* Define to 1 if you have the <uuid/uuid.h> header file. */
|
| H A D | configure | 13111 sys/resource.h sys/un.h syslog.h sys/prctl.h uuid/uuid.h 15624 for ac_header in uuid/uuid.h
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_webdav.c | 2318 char uuid[37] /* 36 + \0 */; in URIHANDLER_FUNC() local 2321 uuid_unparse(id, uuid); in URIHANDLER_FUNC() 2324 buffer_append_string(p->tmp_buf, uuid); in URIHANDLER_FUNC()
|