diff options
author | Thom May <thommay@apache.org> | 2003-08-23 10:01:22 +0000 |
---|---|---|
committer | Thom May <thommay@apache.org> | 2003-08-23 10:01:22 +0000 |
commit | f1e0f6d14581714d52d0e222213d7eaca14bf56e (patch) | |
tree | 3a179ee16f60114c9088d45880bcf4c5d69962a5 /NWGNUmakefile | |
parent | a4c9207456eab2f69b8865c6c1372aa098bcad83 (diff) | |
download | apr-f1e0f6d14581714d52d0e222213d7eaca14bf56e.tar.gz |
Add apr_temp_dir_get(), a function to get the most suitable directory to place
temp files based on environment variables and other factors.
Obtained from: C Mike Pilato <cmpilato@collab.net>
Reviewed by: Thom May
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64591 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index d70976ba6..3f1083a03 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -286,6 +286,7 @@ FILES_lib_objs = \ $(OBJDIR)/sockets.o \ $(OBJDIR)/sockopt.o \ $(OBJDIR)/start.o \ + $(OBJDIR)/tempdir.o \ $(OBJDIR)/thread.o \ $(OBJDIR)/thread_cond.o \ $(OBJDIR)/thread_mutex.o \ |