changed the default value of --enable-syslog in configure.ac

This commit is contained in:
2009-01-24 00:36:34 +00:00
parent 8150f4843d
commit ae55f22bf9
5 changed files with 10 additions and 18 deletions

View File

@ -249,7 +249,7 @@
/* sizeof(__int8) */
#undef QSE_SIZEOF___INT8
/* use the syscall() function */
/* use the syscall() function to invoke a system call */
#undef QSE_USE_SYSCALL
/* package version */
@ -314,11 +314,3 @@
/* Version number of package */
#undef VERSION
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
#if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
#elif ! defined __LITTLE_ENDIAN__
# undef WORDS_BIGENDIAN
#endif