~ubuntu-branches/ubuntu/maverick/monit/maverick

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Alfredsson
  • Date: 2010-03-19 22:40:11 UTC
  • mfrom: (1.1.6 upstream) (5.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100319224011-o1z4m0xh8z81jczo
Tags: 1:5.1.1-1
* New upstream release (Closes: #573777)
* Added configurable statefile in /etc/default/monit (Closes: #569616)
* Verbose info when syntax errors are detected at start (Closes: #427922)
* Sample configuration adjustments (Closes: #427924)
* Removed pam_securityserver in pam config (Closes: #574120)
* An include-directory is supplied (Closes: #249933)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
 
3
/* Define if building universal (internal helper macro) */
 
4
#undef AC_APPLE_UNIVERSAL_BUILD
 
5
 
3
6
/* Define to 1 if using `getloadavg.c'. */
4
7
#undef C_GETLOADAVG
5
8
 
170
173
/* Define to 1 if you have the <pam/pam_appl.h> header file. */
171
174
#undef HAVE_PAM_PAM_APPL_H
172
175
 
 
176
/* Define to 1 if you have the <paths.h> header file. */
 
177
#undef HAVE_PATHS_H
 
178
 
173
179
/* Define to 1 if you have the <procfs.h> header file. */
174
180
#undef HAVE_PROCFS_H
175
181
 
447
453
   <sys/cpustats.h>. */
448
454
#undef UMAX4_3
449
455
 
450
 
/* Define to 1 if your processor stores words with the most significant byte
451
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
452
 
#undef WORDS_BIGENDIAN
 
456
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
457
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
458
#if defined AC_APPLE_UNIVERSAL_BUILD
 
459
# if defined __BIG_ENDIAN__
 
460
#  define WORDS_BIGENDIAN 1
 
461
# endif
 
462
#else
 
463
# ifndef WORDS_BIGENDIAN
 
464
#  undef WORDS_BIGENDIAN
 
465
# endif
 
466
#endif
453
467
 
454
468
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
455
469
   `char[]'. */