summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/uhttpd/src/uhttpd-file.c
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-03-20 23:51:51 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-03-20 23:51:51 +0000
commit95b9bb0f69fa4ed2bc2c414a614d1723b1e59e21 (patch)
tree2ff64ee3b570d8e269e7e5a24e33a76944bf8d96 /contrib/package/uhttpd/src/uhttpd-file.c
parent1ecf7ac9fa9499d79ccebf805090b2fd1310f3d9 (diff)
uhttpd: add basic auth infrastructure
Diffstat (limited to 'contrib/package/uhttpd/src/uhttpd-file.c')
-rw-r--r--contrib/package/uhttpd/src/uhttpd-file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/uhttpd/src/uhttpd-file.c b/contrib/package/uhttpd/src/uhttpd-file.c
index 63c2d7e4f..e8ea17464 100644
--- a/contrib/package/uhttpd/src/uhttpd-file.c
+++ b/contrib/package/uhttpd/src/uhttpd-file.c
@@ -16,8 +16,8 @@
* limitations under the License.
*/
-#define _XOPEN_SOURCE 500 /* strptime() ... */
-#define _BSD_SOURCE /* scandir() ... */
+#define _XOPEN_SOURCE 500 /* strptime() */
+#define _BSD_SOURCE /* scandir(), timegm() */
#include "uhttpd.h"
#include "uhttpd-utils.h"