~ubuntu-branches/ubuntu/precise/psmisc/precise-updates

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Craig Small
  • Date: 2004-05-25 11:23:07 UTC
  • Revision ID: james.westby@ubuntu.com-20040525112307-mz3xuir7o04aauxb
Tags: upstream-21.5
ImportĀ upstreamĀ versionĀ 21.5

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 translation of program messages to the user's native
 
4
   language is requested. */
 
5
#undef ENABLE_NLS
 
6
 
 
7
/* Use Security-Enhanced Linux features */
 
8
#undef FLASK_LINUX
 
9
 
 
10
/* Define if the GNU dcgettext() function is already present or preinstalled.
 
11
   */
 
12
#undef HAVE_DCGETTEXT
 
13
 
 
14
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
15
   */
 
16
#undef HAVE_DIRENT_H
 
17
 
 
18
/* Define to 1 if you have the <dlfcn.h> header file. */
 
19
#undef HAVE_DLFCN_H
 
20
 
 
21
/* Define to 1 if you have the <fcntl.h> header file. */
 
22
#undef HAVE_FCNTL_H
 
23
 
 
24
/* Define if the GNU gettext() function is already present or preinstalled. */
 
25
#undef HAVE_GETTEXT
 
26
 
 
27
/* Define if you have the iconv() function. */
 
28
#undef HAVE_ICONV
 
29
 
 
30
/* Define to 1 if you have the <inttypes.h> header file. */
 
31
#undef HAVE_INTTYPES_H
 
32
 
 
33
/* Define to 1 if you have the <limits.h> header file. */
 
34
#undef HAVE_LIMITS_H
 
35
 
 
36
/* Define to 1 if you have the <memory.h> header file. */
 
37
#undef HAVE_MEMORY_H
 
38
 
 
39
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 
40
#undef HAVE_NDIR_H
 
41
 
 
42
/* Define to 1 if you have the <stdint.h> header file. */
 
43
#undef HAVE_STDINT_H
 
44
 
 
45
/* Define to 1 if you have the <stdlib.h> header file. */
 
46
#undef HAVE_STDLIB_H
 
47
 
 
48
/* Define to 1 if you have the `strdup' function. */
 
49
#undef HAVE_STRDUP
 
50
 
 
51
/* Define to 1 if you have the `strerror' function. */
 
52
#undef HAVE_STRERROR
 
53
 
 
54
/* Define to 1 if you have the <strings.h> header file. */
 
55
#undef HAVE_STRINGS_H
 
56
 
 
57
/* Define to 1 if you have the <string.h> header file. */
 
58
#undef HAVE_STRING_H
 
59
 
 
60
/* Define to 1 if you have the `strtoul' function. */
 
61
#undef HAVE_STRTOUL
 
62
 
 
63
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 
64
   */
 
65
#undef HAVE_SYS_DIR_H
 
66
 
 
67
/* Define to 1 if you have the <sys/ioctl.h> header file. */
 
68
#undef HAVE_SYS_IOCTL_H
 
69
 
 
70
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 
71
   */
 
72
#undef HAVE_SYS_NDIR_H
 
73
 
 
74
/* Define to 1 if you have the <sys/stat.h> header file. */
 
75
#undef HAVE_SYS_STAT_H
 
76
 
 
77
/* Define to 1 if you have the <sys/types.h> header file. */
 
78
#undef HAVE_SYS_TYPES_H
 
79
 
 
80
/* Define to 1 if you have the <termcap.h> header file. */
 
81
#undef HAVE_TERMCAP_H
 
82
 
 
83
/* Define to 1 if you have the <unistd.h> header file. */
 
84
#undef HAVE_UNISTD_H
 
85
 
 
86
/* Name of package */
 
87
#undef PACKAGE
 
88
 
 
89
/* Define to the address where bug reports for this package should be sent. */
 
90
#undef PACKAGE_BUGREPORT
 
91
 
 
92
/* Define to the full name of this package. */
 
93
#undef PACKAGE_NAME
 
94
 
 
95
/* Define to the full name and version of this package. */
 
96
#undef PACKAGE_STRING
 
97
 
 
98
/* Define to the one symbol short name of this package. */
 
99
#undef PACKAGE_TARNAME
 
100
 
 
101
/* Define to the version of this package. */
 
102
#undef PACKAGE_VERSION
 
103
 
 
104
/* Define to 1 if you have the ANSI C header files. */
 
105
#undef STDC_HEADERS
 
106
 
 
107
/* Version number of package */
 
108
#undef VERSION
 
109
 
 
110
/* Number of bits in a file offset, on hosts where this is settable. */
 
111
#undef _FILE_OFFSET_BITS
 
112
 
 
113
/* Define for large files, on AIX-style hosts. */
 
114
#undef _LARGE_FILES
 
115
 
 
116
/* Define to empty if `const' does not conform to ANSI C. */
 
117
#undef const
 
118
 
 
119
/* Define to `int' if <sys/types.h> doesn't define. */
 
120
#undef gid_t
 
121
 
 
122
/* Define to `int' if <sys/types.h> does not define. */
 
123
#undef pid_t
 
124
 
 
125
/* Define to `unsigned' if <sys/types.h> does not define. */
 
126
#undef size_t
 
127
 
 
128
/* Define to `int' if <sys/types.h> doesn't define. */
 
129
#undef uid_t