Доброе время суток!
собираю qmail под линукс из сорцов... make setup check проходит без проблем... меняю в extra.h как написано в faq'e:
define QUEUE_EXTRA "Tlog\0"
define QUEUE_EXTRALEN 5
получается:
[root@asp qmail-1.03]# make setup check
./compile qmail-queue.c
In file included from qmail-queue.c:14:
extra.h:4: parse error before `QUEUE_EXTRA'
qmail-queue.c: In function `main':
qmail-queue.c:161: `auto_qmail' undeclared (first use in this function)
qmail-queue.c:161: (Each undeclared identifier is reported only once
qmail-queue.c:161: for each function it appears in.)
qmail-queue.c:230: `QUEUE_EXTRA' undeclared (first use in this function)
qmail-queue.c:230: `QUEUE_EXTRALEN' undeclared (first use in this function)
qmail-queue.c:155: warning: return type of `main' is not `int'
make: *** [qmail-queue.o] Ошибка 1
подскажите что не так...