~john-koepi/ubuntu/trusty/memcached/default

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-10-05 13:27:39 UTC
  • mfrom: (1.1.8 upstream) (3.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20111005132739-ntsnlj16fcze221i
Tags: 1.4.7-0.1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Run as 'memcache' user instead of nobody (LP #599461)
  - Depend on adduser for preinst/postrm
  - Create user in postinst

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
/* machine is littleendian */
16
16
#undef ENDIAN_LITTLE
17
17
 
 
18
/* Define to 1 if you have the `clock_gettime' function. */
 
19
#undef HAVE_CLOCK_GETTIME
 
20
 
18
21
/* Define this if you have an implementation of drop_privileges() */
19
22
#undef HAVE_DROP_PRIVILEGES
20
23
 
99
102
/* Define to the one symbol short name of this package. */
100
103
#undef PACKAGE_TARNAME
101
104
 
 
105
/* Define to the home page for this package. */
 
106
#undef PACKAGE_URL
 
107
 
102
108
/* Define to the version of this package. */
103
109
#undef PACKAGE_VERSION
104
110