diff options
Diffstat (limited to 'pacredir.c')
-rw-r--r-- | pacredir.c | 19 |
1 files changed, 1 insertions, 18 deletions
@@ -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 { |