Kaynağa Gözat

-changing directory name

Christian Grothoff 12 yıl önce
ebeveyn
işleme
9eb27c8dbe

+ 1 - 1
configure.ac

@@ -449,7 +449,7 @@ m4/Makefile
 src/Makefile
 src/include/Makefile
 src/include/plibc/Makefile
-src/daemon/Makefile
+src/microhttpd/Makefile
 src/examples/Makefile
 src/testcurl/Makefile
 src/testcurl/https/Makefile

+ 1 - 1
src/Makefile.am

@@ -6,4 +6,4 @@ zzuftests = testzzuf
 endif
 endif
 endif
-SUBDIRS = include daemon examples $(curltests) $(zzuftests) . 
+SUBDIRS = include microhttpd examples $(curltests) $(zzuftests) . 

+ 0 - 0
src/daemon/EXPORT.sym → src/microhttpd/EXPORT.sym


+ 0 - 0
src/daemon/Makefile.am → src/microhttpd/Makefile.am


+ 0 - 0
src/daemon/base64.c → src/microhttpd/base64.c


+ 0 - 0
src/daemon/base64.h → src/microhttpd/base64.h


+ 0 - 0
src/daemon/basicauth.c → src/microhttpd/basicauth.c


+ 0 - 0
src/daemon/connection.c → src/microhttpd/connection.c


+ 0 - 0
src/daemon/connection.h → src/microhttpd/connection.h


+ 0 - 0
src/daemon/connection_https.c → src/microhttpd/connection_https.c


+ 0 - 0
src/daemon/connection_https.h → src/microhttpd/connection_https.h


+ 0 - 0
src/daemon/daemon.c → src/microhttpd/daemon.c


+ 0 - 0
src/daemon/digestauth.c → src/microhttpd/digestauth.c


+ 0 - 0
src/daemon/internal.c → src/microhttpd/internal.c


+ 0 - 0
src/daemon/internal.h → src/microhttpd/internal.h


+ 0 - 0
src/daemon/md5.c → src/microhttpd/md5.c


+ 0 - 0
src/daemon/md5.h → src/microhttpd/md5.h


+ 0 - 0
src/daemon/memorypool.c → src/microhttpd/memorypool.c


+ 0 - 0
src/daemon/memorypool.h → src/microhttpd/memorypool.h


+ 0 - 0
src/daemon/postprocessor.c → src/microhttpd/postprocessor.c


+ 0 - 0
src/daemon/reason_phrase.c → src/microhttpd/reason_phrase.c


+ 0 - 0
src/daemon/reason_phrase.h → src/microhttpd/reason_phrase.h


+ 0 - 0
src/daemon/response.c → src/microhttpd/response.c


+ 0 - 0
src/daemon/response.h → src/microhttpd/response.h


+ 0 - 0
src/daemon/test_daemon.c → src/microhttpd/test_daemon.c


+ 0 - 0
src/daemon/test_postprocessor.c → src/microhttpd/test_postprocessor.c


+ 0 - 0
src/daemon/test_postprocessor_amp.c → src/microhttpd/test_postprocessor_amp.c


+ 0 - 0
src/daemon/test_postprocessor_large.c → src/microhttpd/test_postprocessor_large.c


+ 0 - 0
src/daemon/tsearch.c → src/microhttpd/tsearch.c


+ 0 - 0
src/daemon/tsearch.h → src/microhttpd/tsearch.h