~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Colin Watson
  • Date: 2012-04-30 23:38:41 UTC
  • mfrom: (5402 trunk)
  • mto: This revision was merged to the branch mainline in revision 5403.
  • Revision ID: cjwatson@canonical.com-20120430233841-xb0qsk46lnhski7m
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
/* Define to 1 if you have the <dlfcn.h> header file. */
20
20
#undef HAVE_DLFCN_H
21
21
 
22
 
/* Define to 1 if you have the `getresgid' function. */
23
 
#undef HAVE_GETRESGID
24
 
 
25
 
/* Define to 1 if you have the `getresuid' function. */
26
 
#undef HAVE_GETRESUID
27
 
 
28
22
/* Define if the GNU gettext() function is already present or preinstalled. */
29
23
#undef HAVE_GETTEXT
30
24
 
37
31
/* Define to 1 if you have the <memory.h> header file. */
38
32
#undef HAVE_MEMORY_H
39
33
 
40
 
/* Define to 1 if you have the `setresgid' function. */
41
 
#undef HAVE_SETRESGID
42
 
 
43
 
/* Define to 1 if you have the `setresuid' function. */
44
 
#undef HAVE_SETRESUID
45
 
 
46
34
/* Define to 1 if you have the <stdint.h> header file. */
47
35
#undef HAVE_STDINT_H
48
36