~ubuntu-branches/ubuntu/dapper/lurker/dapper

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Meurer
  • Date: 2005-10-13 17:44:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013174451-sodneq7uytezkqg3
Tags: 1.3-4
* improved README.Debian:
  - lurker-regenerate is not a change to upstream
  - apache2 doesn't enable the rewrite module by default.
  - make configuration setup more clear
  - improve the order of sections
* check for rewrite module before automaticly configuring apache2.
  don't configure apache2 in case that the module isn't enabled, but
  output an error message instead. (closes: #326924)
* relicensed lurker-regenerate(1) and lurker-index-mm(1) manpages to
  remove GFDL licensed documentation. GFDL is not DFSG-free.
* improve lurker <-> mailman configuration
  - lurker-index-mm checks for configured list before checking file
    permissions
  - /var/lib/lurker/* needs group writable permissions
* suggest gnupg, as lurker uses it to verify pgp/gpg keys
* suggest mailman, in most cases a list management software and the archiver
  are on the same host

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
/* Define to 1 if you have the <memory.h> header file. */
7
7
#undef HAVE_MEMORY_H
8
8
 
 
9
/* Define to 1 if you have the `setenv' function. */
 
10
#undef HAVE_SETENV
 
11
 
9
12
/* Define to 1 if you have the <stdint.h> header file. */
10
13
#undef HAVE_STDINT_H
11
14
 
18
21
/* Define to 1 if you have the <string.h> header file. */
19
22
#undef HAVE_STRING_H
20
23
 
 
24
/* Define to 1 if you have the <sysexits.h> header file. */
 
25
#undef HAVE_SYSEXITS_H
 
26
 
21
27
/* Define to 1 if you have the <sys/stat.h> header file. */
22
28
#undef HAVE_SYS_STAT_H
23
29
 
24
30
/* Define to 1 if you have the <sys/types.h> header file. */
25
31
#undef HAVE_SYS_TYPES_H
26
32
 
 
33
/* Define to 1 if you have the `timegm' function. */
 
34
#undef HAVE_TIMEGM
 
35
 
27
36
/* Define to 1 if you have the <unistd.h> header file. */
28
37
#undef HAVE_UNISTD_H
29
38
 
 
39
/* Define to 1 if you have the `unsetenv' function. */
 
40
#undef HAVE_UNSETENV
 
41
 
30
42
/* Name of package */
31
43
#undef PACKAGE
32
44