git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91153
13f79535-47bb-0310-9956-
ffa450edef68
--- /dev/null
+EXPORT unique_id_module
typedef signed long int32;
typedef int uid_t;
typedef int gid_t;
+typedef int tid_t;
#include "ap_config.h"
#include <string.h>
#define crypt(buf,salt) (buf)
#define sleep(t) delay(t*1000)
#define getpid GetThreadID
+#define gettid() ((tid_t)GetThreadID())
/* Netware doesn't have symlinks so S_ISLNK is always false */
#define S_ISLNK(m) 0
/* Netware doesn't have isnan,isinf so they always return false */