~ubuntu-branches/ubuntu/intrepid/libirman/intrepid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-08-10 13:36:02 UTC
  • mfrom: (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20070810133602-v3h74emt89q84pe7
Tags: 0.4.4-2
* Add myself to uploaders for some QA work.
* Cleanup changelog.
* Wrap build-deps and uploaders.
* Add ${misc:Depends}.
* Set Debhelper compatibility level via debian/compat instead of DH_COMPAT.
* Cleanup rules.
* Pass -s to dh_* calls in binary-arch.
* Cleanup watch file.
* Drop useless debian/dirs, preinst, postinst, prerm, postrm,
  libirman-dev.dirs.
* Cleanup copyright, *.install files, *.links, and watch file.
* Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
  differ.
* Only pass CFLAGS to ./configure.
* Honor make clean errors.
* Fix configure-stamp logic.
* Add a patch system based on quilt; build-dep on quilt; backup config.guess
  and .sub after patching, overwrite with autotool-dev's versions, and
  restore before unpatching; cleanup rules, in particular frop install
  target.
* Drop useless debian/libirman-dev.install and .files.
* New patch, 60_sys-file, look for sys/file.h and include it in irio.c if
  possible; fixes build failure on hurd; thanks Samuel Thibault;
  closes: #436563.
* Avoid running autoheader on rebuilds.
  - New patch, 61_maintainer-mode, adds a kind of "AM_MAINTAINER_MODE" to
    the upstream Make.
  - Pass MAINT="" to the upstream Makefile when building.
  - Fixes build failure when built twice on a row where autoheader was being
    run but wasn't available; closes: #424526.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.in by autoheader.  */
2
 
 
3
 
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 
1
/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
 
2
 
 
3
/* Define to empty if the keyword does not work.  */
 
4
#undef const
 
5
 
 
6
/* Define if you don't have vprintf but do have _doprnt.  */
4
7
#undef HAVE_DOPRNT
5
8
 
6
 
/* Define to 1 if you have the <fcntl.h> header file. */
7
 
#undef HAVE_FCNTL_H
8
 
 
9
 
/* Define to 1 if you have the <inttypes.h> header file. */
10
 
#undef HAVE_INTTYPES_H
11
 
 
12
 
/* Define to 1 if you have the <memory.h> header file. */
13
 
#undef HAVE_MEMORY_H
14
 
 
15
 
/* Define to 1 if you have the `mkfifo' function. */
 
9
/* Define if you have the vprintf function.  */
 
10
#undef HAVE_VPRINTF
 
11
 
 
12
/* Define to `int' if <sys/types.h> doesn't define.  */
 
13
#undef pid_t
 
14
 
 
15
/* Define as the return type of signal handlers (int or void).  */
 
16
#undef RETSIGTYPE
 
17
 
 
18
/* Define to `unsigned' if <sys/types.h> doesn't define.  */
 
19
#undef size_t
 
20
 
 
21
/* Define if you have the ANSI C header files.  */
 
22
#undef STDC_HEADERS
 
23
 
 
24
/* Define if you can safely include both <sys/time.h> and <time.h>.  */
 
25
#undef TIME_WITH_SYS_TIME
 
26
 
 
27
/* Define if you have the mkfifo function.  */
16
28
#undef HAVE_MKFIFO
17
29
 
18
 
/* Define to 1 if you have the `select' function. */
 
30
/* Define if you have the select function.  */
19
31
#undef HAVE_SELECT
20
32
 
21
 
/* Define to 1 if you have the <stdint.h> header file. */
22
 
#undef HAVE_STDINT_H
23
 
 
24
 
/* Define to 1 if you have the <stdlib.h> header file. */
25
 
#undef HAVE_STDLIB_H
26
 
 
27
 
/* Define to 1 if you have the `strcspn' function. */
 
33
/* Define if you have the strcspn function.  */
28
34
#undef HAVE_STRCSPN
29
35
 
30
 
/* Define to 1 if you have the `strerror' function. */
 
36
/* Define if you have the strerror function.  */
31
37
#undef HAVE_STRERROR
32
38
 
33
 
/* Define to 1 if you have the <strings.h> header file. */
34
 
#undef HAVE_STRINGS_H
35
 
 
36
 
/* Define to 1 if you have the <string.h> header file. */
37
 
#undef HAVE_STRING_H
38
 
 
39
 
/* Define to 1 if you have the `strspn' function. */
 
39
/* Define if you have the strspn function.  */
40
40
#undef HAVE_STRSPN
41
41
 
42
 
/* Define to 1 if you have the <sys/stat.h> header file. */
43
 
#undef HAVE_SYS_STAT_H
44
 
 
45
 
/* Define to 1 if you have the <sys/time.h> header file. */
 
42
/* Define if you have the <fcntl.h> header file.  */
 
43
#undef HAVE_FCNTL_H
 
44
 
 
45
/* Define if you have the <memory.h> header file.  */
 
46
#undef HAVE_MEMORY_H
 
47
 
 
48
/* Define if you have the <sys/time.h> header file.  */
46
49
#undef HAVE_SYS_TIME_H
47
50
 
48
 
/* Define to 1 if you have the <sys/types.h> header file. */
49
 
#undef HAVE_SYS_TYPES_H
50
 
 
51
 
/* Define to 1 if you have the <termios.h> header file. */
 
51
/* Define if you have the <termios.h> header file.  */
52
52
#undef HAVE_TERMIOS_H
53
53
 
54
 
/* Define to 1 if you have the <unistd.h> header file. */
 
54
/* Define if you have the <unistd.h> header file.  */
55
55
#undef HAVE_UNISTD_H
56
 
 
57
 
/* Define to 1 if you have the `vprintf' function. */
58
 
#undef HAVE_VPRINTF
59
 
 
60
 
/* Define to the address where bug reports for this package should be sent. */
61
 
#undef PACKAGE_BUGREPORT
62
 
 
63
 
/* Define to the full name of this package. */
64
 
#undef PACKAGE_NAME
65
 
 
66
 
/* Define to the full name and version of this package. */
67
 
#undef PACKAGE_STRING
68
 
 
69
 
/* Define to the one symbol short name of this package. */
70
 
#undef PACKAGE_TARNAME
71
 
 
72
 
/* Define to the version of this package. */
73
 
#undef PACKAGE_VERSION
74
 
 
75
 
/* Define as the return type of signal handlers (`int' or `void'). */
76
 
#undef RETSIGTYPE
77
 
 
78
 
/* Define to 1 if you have the ANSI C header files. */
79
 
#undef STDC_HEADERS
80
 
 
81
 
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
82
 
#undef TIME_WITH_SYS_TIME
83
 
 
84
 
/* Define to empty if `const' does not conform to ANSI C. */
85
 
#undef const
86
 
 
87
 
/* Define to `int' if <sys/types.h> does not define. */
88
 
#undef pid_t
89
 
 
90
 
/* Define to `unsigned int' if <sys/types.h> does not define. */
91
 
#undef size_t