summaryrefslogtreecommitdiffstats
path: root/pacredir.c
diff options
context:
space:
mode:
Diffstat (limited to 'pacredir.c')
-rw-r--r--pacredir.c19
1 files changed, 1 insertions, 18 deletions
diff --git a/pacredir.c b/pacredir.c
index 888337b..2bd2943 100644
--- a/pacredir.c
+++ b/pacredir.c
@@ -24,24 +24,7 @@
#include <curl/curl.h>
#include <microhttpd.h>
-#if defined __x86_64__
-# define ARCH "x86_64"
-#elif defined __i386__
-# define ARCH "i686"
-#else
-# error Unknown architecture!
-#endif
-
-#define PAGE307 "<html><head><title>307 temporary redirect</title>" \
- "</head><body>307 temporary redirect: " \
- "<a href=\"%s\">%s</a></body></html>"
-#define PAGE404 "<html><head><title>404 Not Found</title>" \
- "</head><body>404 Not Found: %s</body></html>"
-#define PORT 7077
-#define PACSERVE "_pacserve._tcp"
-#define PACDBSERVE "_pacdbserve_" ARCH "._tcp"
-#define SYNCPATH "/var/lib/pacman/sync"
-#define BADTIME 60 * 10
+#include "config.h"
/* services */
struct services {