~ubuntu-branches/ubuntu/natty/pipemeter/natty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-09-28 21:32:47 UTC
  • Revision ID: james.westby@ubuntu.com-20100928213247-1hu4r69b2fac6b3g
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* getopt_long was found and usable on this system */
 
4
#undef HAVEGETOPTLONG
 
5
 
 
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 <getopt.h> header file. */
 
10
#undef HAVE_GETOPT_H
 
11
 
 
12
/* Define to 1 if you have the `getopt_long' function. */
 
13
#undef HAVE_GETOPT_LONG
 
14
 
 
15
/* Define to 1 if you have the `gettimeofday' function. */
 
16
#undef HAVE_GETTIMEOFDAY
 
17
 
 
18
/* Define to 1 if you have the <inttypes.h> header file. */
 
19
#undef HAVE_INTTYPES_H
 
20
 
 
21
/* Define to 1 if you have the <limits.h> header file. */
 
22
#undef HAVE_LIMITS_H
 
23
 
 
24
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
25
   to 0 otherwise. */
 
26
#undef HAVE_MALLOC
 
27
 
 
28
/* Define to 1 if you have the <memory.h> header file. */
 
29
#undef HAVE_MEMORY_H
 
30
 
 
31
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
 
32
   and to 0 otherwise. */
 
33
#undef HAVE_REALLOC
 
34
 
 
35
/* Define to 1 if you have the <stdint.h> header file. */
 
36
#undef HAVE_STDINT_H
 
37
 
 
38
/* Define to 1 if you have the <stdlib.h> header file. */
 
39
#undef HAVE_STDLIB_H
 
40
 
 
41
/* Define to 1 if you have the <strings.h> header file. */
 
42
#undef HAVE_STRINGS_H
 
43
 
 
44
/* Define to 1 if you have the <string.h> header file. */
 
45
#undef HAVE_STRING_H
 
46
 
 
47
/* Define to 1 if you have the `strtol' function. */
 
48
#undef HAVE_STRTOL
 
49
 
 
50
/* Define to 1 if you have the <sys/stat.h> header file. */
 
51
#undef HAVE_SYS_STAT_H
 
52
 
 
53
/* Define to 1 if you have the <sys/time.h> header file. */
 
54
#undef HAVE_SYS_TIME_H
 
55
 
 
56
/* Define to 1 if you have the <sys/types.h> header file. */
 
57
#undef HAVE_SYS_TYPES_H
 
58
 
 
59
/* Define to 1 if you have the <unistd.h> header file. */
 
60
#undef HAVE_UNISTD_H
 
61
 
 
62
/* Define to the address where bug reports for this package should be sent. */
 
63
#undef PACKAGE_BUGREPORT
 
64
 
 
65
/* Define to the full name of this package. */
 
66
#undef PACKAGE_NAME
 
67
 
 
68
/* Define to the full name and version of this package. */
 
69
#undef PACKAGE_STRING
 
70
 
 
71
/* Define to the one symbol short name of this package. */
 
72
#undef PACKAGE_TARNAME
 
73
 
 
74
/* Define to the version of this package. */
 
75
#undef PACKAGE_VERSION
 
76
 
 
77
/* The size of a `off_t', as computed by sizeof. */
 
78
#undef SIZEOF_OFF_T
 
79
 
 
80
/* Define to 1 if you have the ANSI C header files. */
 
81
#undef STDC_HEADERS
 
82
 
 
83
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
84
#undef TIME_WITH_SYS_TIME
 
85
 
 
86
/* Number of bits in a file offset, on hosts where this is settable. */
 
87
#undef _FILE_OFFSET_BITS
 
88
 
 
89
/* Define for large files, on AIX-style hosts. */
 
90
#undef _LARGE_FILES
 
91
 
 
92
/* Define to empty if `const' does not conform to ANSI C. */
 
93
#undef const
 
94
 
 
95
/* Define to rpl_malloc if the replacement function should be used. */
 
96
#undef malloc
 
97
 
 
98
/* Define to `long' if <sys/types.h> does not define. */
 
99
#undef off_t
 
100
 
 
101
/* Define to rpl_realloc if the replacement function should be used. */
 
102
#undef realloc
 
103
 
 
104
/* Define to `unsigned' if <sys/types.h> does not define. */
 
105
#undef size_t