]> git.proxmox.com Git - mirror_edk2.git/commitdiff
AppPkg: Replace all occurrences of ` within comments with '.
authorDaryl McDaniel <edk2-lists@mc2research.org>
Tue, 3 Nov 2015 18:58:06 +0000 (18:58 +0000)
committerdarylm503 <darylm503@Edk2>
Tue, 3 Nov 2015 18:58:06 +0000 (18:58 +0000)
Within the Ia32 and X64 pyconfig.h files, there are 178 occurrences
of an accent character, `, being used instead of a regular single quote, ',
within comments.

Example:
    OLD:  `foobar'
    NEW: 'foobar'

The same changes are applied to both
AppPkg/Applications/Python/Ia32/pyconfig.h and
AppPkg/Applications/Python/X64/pyconfig.h.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <edk2-lists@mc2research.org>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18724 6f19259b-4bc3-4df7-8a09-765794883524

AppPkg/Applications/Python/Ia32/pyconfig.h
AppPkg/Applications/Python/X64/pyconfig.h

index 67f9d33f351edcc40135da78e691042e6baacc18..7970f14430ae4420b940ea62458a456093d5bc4e 100644 (file)
    the case on Motorola V4 (R40V4.2) */\r
 #undef GETTIMEOFDAY_NO_TZ\r
 \r
-/* Define to 1 if you have the `acosh' function. */\r
+/* Define to 1 if you have the 'acosh' function. */\r
 #undef HAVE_ACOSH\r
 \r
 /* struct addrinfo (netdb.h) */\r
 #undef HAVE_ADDRINFO\r
 \r
-/* Define to 1 if you have the `alarm' function. */\r
+/* Define to 1 if you have the 'alarm' function. */\r
 #undef HAVE_ALARM\r
 \r
 /* Define this if your time.h defines altzone. */\r
 #undef HAVE_ALTZONE\r
 \r
-/* Define to 1 if you have the `asinh' function. */\r
+/* Define to 1 if you have the 'asinh' function. */\r
 #undef HAVE_ASINH\r
 \r
 /* Define to 1 if you have the <asm/types.h> header file. */\r
 #undef HAVE_ASM_TYPES_H\r
 \r
-/* Define to 1 if you have the `atanh' function. */\r
+/* Define to 1 if you have the 'atanh' function. */\r
 #undef HAVE_ATANH\r
 \r
 /* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */\r
 #undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE\r
 \r
-/* Define to 1 if you have the `bind_textdomain_codeset' function. */\r
+/* Define to 1 if you have the 'bind_textdomain_codeset' function. */\r
 #undef HAVE_BIND_TEXTDOMAIN_CODESET\r
 \r
 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */\r
 /* Define this if you have the type _Bool. */\r
 #define HAVE_C99_BOOL                 1\r
 \r
-/* Define to 1 if you have the `chflags' function. */\r
+/* Define to 1 if you have the 'chflags' function. */\r
 #undef HAVE_CHFLAGS\r
 \r
-/* Define to 1 if you have the `chown' function. */\r
+/* Define to 1 if you have the 'chown' function. */\r
 #undef HAVE_CHOWN\r
 \r
 /* Define if you have the 'chroot' function. */\r
 #undef HAVE_CHROOT\r
 \r
-/* Define to 1 if you have the `clock' function. */\r
+/* Define to 1 if you have the 'clock' function. */\r
 #define HAVE_CLOCK                    1\r
 \r
-/* Define to 1 if you have the `confstr' function. */\r
+/* Define to 1 if you have the 'confstr' function. */\r
 #undef HAVE_CONFSTR\r
 \r
 /* Define to 1 if you have the <conio.h> header file. */\r
 #undef HAVE_CONIO_H\r
 \r
-/* Define to 1 if you have the `copysign' function. */\r
+/* Define to 1 if you have the 'copysign' function. */\r
 #undef HAVE_COPYSIGN\r
 \r
-/* Define to 1 if you have the `ctermid' function. */\r
+/* Define to 1 if you have the 'ctermid' function. */\r
 #undef HAVE_CTERMID\r
 \r
 /* Define if you have the 'ctermid_r' function. */\r
 /* Define if you have the 'resize_term' function. */\r
 #undef HAVE_CURSES_RESIZE_TERM\r
 \r
-/* Define to 1 if you have the declaration of `isfinite', and to 0 if you\r
+/* Define to 1 if you have the declaration of 'isfinite', and to 0 if you\r
    don't. */\r
 #define HAVE_DECL_ISFINITE    0\r
 \r
-/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.\r
+/* Define to 1 if you have the declaration of 'isinf', and to 0 if you don't.\r
    */\r
 #define HAVE_DECL_ISINF       1\r
 \r
-/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.\r
+/* Define to 1 if you have the declaration of 'isnan', and to 0 if you don't.\r
    */\r
 #define HAVE_DECL_ISNAN       1\r
 \r
-/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.\r
+/* Define to 1 if you have the declaration of 'tzname', and to 0 if you don't.\r
    */\r
 #define HAVE_DECL_TZNAME      0\r
 \r
 /* Define to 1 if you have the <direct.h> header file. */\r
 #undef HAVE_DIRECT_H\r
 \r
-/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.\r
+/* Define to 1 if you have the <dirent.h> header file, and it defines 'DIR'.\r
    */\r
 #define HAVE_DIRENT_H   1\r
 \r
 /* Define to 1 if you have the <dlfcn.h> header file. */\r
 #undef HAVE_DLFCN_H\r
 \r
-/* Define to 1 if you have the `dlopen' function. */\r
+/* Define to 1 if you have the 'dlopen' function. */\r
 #undef HAVE_DLOPEN\r
 \r
-/* Define to 1 if you have the `dup2' function. */\r
+/* Define to 1 if you have the 'dup2' function. */\r
 #define HAVE_DUP2       1\r
 \r
 /* Defined when any dynamic module loading is enabled. */\r
 /* Define if you have the 'epoll' functions. */\r
 #undef HAVE_EPOLL\r
 \r
-/* Define to 1 if you have the `erf' function. */\r
+/* Define to 1 if you have the 'erf' function. */\r
 #undef HAVE_ERF\r
 \r
-/* Define to 1 if you have the `erfc' function. */\r
+/* Define to 1 if you have the 'erfc' function. */\r
 #undef HAVE_ERFC\r
 \r
 /* Define to 1 if you have the <errno.h> header file. */\r
 #define HAVE_ERRNO_H    1\r
 \r
-/* Define to 1 if you have the `execv' function. */\r
+/* Define to 1 if you have the 'execv' function. */\r
 #undef HAVE_EXECV\r
 \r
-/* Define to 1 if you have the `expm1' function. */\r
+/* Define to 1 if you have the 'expm1' function. */\r
 #undef HAVE_EXPM1\r
 \r
 /* Define if you have the 'fchdir' function. */\r
 #undef HAVE_FCHDIR\r
 \r
-/* Define to 1 if you have the `fchmod' function. */\r
+/* Define to 1 if you have the 'fchmod' function. */\r
 #undef HAVE_FCHMOD\r
 \r
-/* Define to 1 if you have the `fchown' function. */\r
+/* Define to 1 if you have the 'fchown' function. */\r
 #undef HAVE_FCHOWN\r
 \r
 /* Define to 1 if you have the <fcntl.h> header file. */\r
 /* Define if you have the 'fdatasync' function. */\r
 #undef HAVE_FDATASYNC\r
 \r
-/* Define to 1 if you have the `finite' function. */\r
+/* Define to 1 if you have the 'finite' function. */\r
 #define HAVE_FINITE     1\r
 \r
-/* Define to 1 if you have the `flock' function. */\r
+/* Define to 1 if you have the 'flock' function. */\r
 #undef HAVE_FLOCK\r
 \r
-/* Define to 1 if you have the `fork' function. */\r
+/* Define to 1 if you have the 'fork' function. */\r
 #undef HAVE_FORK\r
 \r
-/* Define to 1 if you have the `forkpty' function. */\r
+/* Define to 1 if you have the 'forkpty' function. */\r
 #undef HAVE_FORKPTY\r
 \r
-/* Define to 1 if you have the `fpathconf' function. */\r
+/* Define to 1 if you have the 'fpathconf' function. */\r
 #undef HAVE_FPATHCONF\r
 \r
-/* Define to 1 if you have the `fseek64' function. */\r
+/* Define to 1 if you have the 'fseek64' function. */\r
 #undef HAVE_FSEEK64\r
 \r
-/* Define to 1 if you have the `fseeko' function. */\r
+/* Define to 1 if you have the 'fseeko' function. */\r
 #define HAVE_FSEEKO     1\r
 \r
-/* Define to 1 if you have the `fstatvfs' function. */\r
+/* Define to 1 if you have the 'fstatvfs' function. */\r
 #undef HAVE_FSTATVFS\r
 \r
 /* Define if you have the 'fsync' function. */\r
 #undef HAVE_FSYNC\r
 \r
-/* Define to 1 if you have the `ftell64' function. */\r
+/* Define to 1 if you have the 'ftell64' function. */\r
 #undef HAVE_FTELL64\r
 \r
-/* Define to 1 if you have the `ftello' function. */\r
+/* Define to 1 if you have the 'ftello' function. */\r
 #define HAVE_FTELLO     1\r
 \r
-/* Define to 1 if you have the `ftime' function. */\r
+/* Define to 1 if you have the 'ftime' function. */\r
 #undef HAVE_FTIME\r
 \r
-/* Define to 1 if you have the `ftruncate' function. */\r
+/* Define to 1 if you have the 'ftruncate' function. */\r
 #undef HAVE_FTRUNCATE\r
 \r
-/* Define to 1 if you have the `gai_strerror' function. */\r
+/* Define to 1 if you have the 'gai_strerror' function. */\r
 #undef HAVE_GAI_STRERROR\r
 \r
-/* Define to 1 if you have the `gamma' function. */\r
+/* Define to 1 if you have the 'gamma' function. */\r
 #undef HAVE_GAMMA\r
 \r
 /* Define if we can use gcc inline assembler to get and set x87 control word\r
 /* Define if you have the getaddrinfo function. */\r
 #undef HAVE_GETADDRINFO\r
 \r
-/* Define to 1 if you have the `getcwd' function. */\r
+/* Define to 1 if you have the 'getcwd' function. */\r
 #define HAVE_GETCWD   1\r
 \r
 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */\r
 #undef HAVE_GETC_UNLOCKED\r
 \r
-/* Define to 1 if you have the `getgroups' function. */\r
+/* Define to 1 if you have the 'getgroups' function. */\r
 #undef HAVE_GETGROUPS\r
 \r
-/* Define to 1 if you have the `gethostbyname' function. */\r
+/* Define to 1 if you have the 'gethostbyname' function. */\r
 #undef HAVE_GETHOSTBYNAME\r
 \r
 /* Define this if you have some version of gethostbyname_r() */\r
 /* Define this if you have the 6-arg version of gethostbyname_r(). */\r
 #undef HAVE_GETHOSTBYNAME_R_6_ARG\r
 \r
-/* Define to 1 if you have the `getitimer' function. */\r
+/* Define to 1 if you have the 'getitimer' function. */\r
 #undef HAVE_GETITIMER\r
 \r
-/* Define to 1 if you have the `getloadavg' function. */\r
+/* Define to 1 if you have the 'getloadavg' function. */\r
 #undef HAVE_GETLOADAVG\r
 \r
-/* Define to 1 if you have the `getlogin' function. */\r
+/* Define to 1 if you have the 'getlogin' function. */\r
 #undef HAVE_GETLOGIN\r
 \r
-/* Define to 1 if you have the `getnameinfo' function. */\r
+/* Define to 1 if you have the 'getnameinfo' function. */\r
 #undef HAVE_GETNAMEINFO\r
 \r
 /* Define if you have the 'getpagesize' function. */\r
 #undef HAVE_GETPAGESIZE\r
 \r
-/* Define to 1 if you have the `getpeername' function. */\r
+/* Define to 1 if you have the 'getpeername' function. */\r
 #define HAVE_GETPEERNAME  1\r
 \r
-/* Define to 1 if you have the `getpgid' function. */\r
+/* Define to 1 if you have the 'getpgid' function. */\r
 #undef HAVE_GETPGID\r
 \r
-/* Define to 1 if you have the `getpgrp' function. */\r
+/* Define to 1 if you have the 'getpgrp' function. */\r
 #undef HAVE_GETPGRP\r
 \r
-/* Define to 1 if you have the `getpid' function. */\r
+/* Define to 1 if you have the 'getpid' function. */\r
 #undef HAVE_GETPID\r
 \r
-/* Define to 1 if you have the `getpriority' function. */\r
+/* Define to 1 if you have the 'getpriority' function. */\r
 #undef HAVE_GETPRIORITY\r
 \r
-/* Define to 1 if you have the `getpwent' function. */\r
+/* Define to 1 if you have the 'getpwent' function. */\r
 #undef HAVE_GETPWENT\r
 \r
-/* Define to 1 if you have the `getresgid' function. */\r
+/* Define to 1 if you have the 'getresgid' function. */\r
 #undef HAVE_GETRESGID\r
 \r
-/* Define to 1 if you have the `getresuid' function. */\r
+/* Define to 1 if you have the 'getresuid' function. */\r
 #undef HAVE_GETRESUID\r
 \r
-/* Define to 1 if you have the `getsid' function. */\r
+/* Define to 1 if you have the 'getsid' function. */\r
 #undef HAVE_GETSID\r
 \r
-/* Define to 1 if you have the `getspent' function. */\r
+/* Define to 1 if you have the 'getspent' function. */\r
 #undef HAVE_GETSPENT\r
 \r
-/* Define to 1 if you have the `getspnam' function. */\r
+/* Define to 1 if you have the 'getspnam' function. */\r
 #undef HAVE_GETSPNAM\r
 \r
-/* Define to 1 if you have the `gettimeofday' function. */\r
+/* Define to 1 if you have the 'gettimeofday' function. */\r
 #undef HAVE_GETTIMEOFDAY\r
 \r
-/* Define to 1 if you have the `getwd' function. */\r
+/* Define to 1 if you have the 'getwd' function. */\r
 #undef HAVE_GETWD\r
 \r
 /* Define to 1 if you have the <grp.h> header file. */\r
 /* Define if you have the 'hstrerror' function. */\r
 #undef HAVE_HSTRERROR\r
 \r
-/* Define to 1 if you have the `hypot' function. */\r
+/* Define to 1 if you have the 'hypot' function. */\r
 #undef HAVE_HYPOT\r
 \r
 /* Define to 1 if you have the <ieeefp.h> header file. */\r
 /* Define if you have the 'inet_pton' function. */\r
 #define HAVE_INET_PTON    1\r
 \r
-/* Define to 1 if you have the `initgroups' function. */\r
+/* Define to 1 if you have the 'initgroups' function. */\r
 #undef HAVE_INITGROUPS\r
 \r
 /* Define to 1 if you have the <inttypes.h> header file. */\r
 /* Define to 1 if you have the <io.h> header file. */\r
 #undef HAVE_IO_H\r
 \r
-/* Define to 1 if you have the `kill' function. */\r
+/* Define to 1 if you have the 'kill' function. */\r
 #undef HAVE_KILL\r
 \r
-/* Define to 1 if you have the `killpg' function. */\r
+/* Define to 1 if you have the 'killpg' function. */\r
 #undef HAVE_KILLPG\r
 \r
 /* Define if you have the 'kqueue' functions. */\r
    Solaris and Linux, the necessary defines are already defined.) */\r
 #undef HAVE_LARGEFILE_SUPPORT\r
 \r
-/* Define to 1 if you have the `lchflags' function. */\r
+/* Define to 1 if you have the 'lchflags' function. */\r
 #undef HAVE_LCHFLAGS\r
 \r
-/* Define to 1 if you have the `lchmod' function. */\r
+/* Define to 1 if you have the 'lchmod' function. */\r
 #undef HAVE_LCHMOD\r
 \r
-/* Define to 1 if you have the `lchown' function. */\r
+/* Define to 1 if you have the 'lchown' function. */\r
 #undef HAVE_LCHOWN\r
 \r
-/* Define to 1 if you have the `lgamma' function. */\r
+/* Define to 1 if you have the 'lgamma' function. */\r
 #undef HAVE_LGAMMA\r
 \r
-/* Define to 1 if you have the `dl' library (-ldl). */\r
+/* Define to 1 if you have the 'dl' library (-ldl). */\r
 #undef HAVE_LIBDL\r
 \r
-/* Define to 1 if you have the `dld' library (-ldld). */\r
+/* Define to 1 if you have the 'dld' library (-ldld). */\r
 #undef HAVE_LIBDLD\r
 \r
-/* Define to 1 if you have the `ieee' library (-lieee). */\r
+/* Define to 1 if you have the 'ieee' library (-lieee). */\r
 #undef HAVE_LIBIEEE\r
 \r
 /* Define to 1 if you have the <libintl.h> header file. */\r
 /* Define if you have the readline library (-lreadline). */\r
 #undef HAVE_LIBREADLINE\r
 \r
-/* Define to 1 if you have the `resolv' library (-lresolv). */\r
+/* Define to 1 if you have the 'resolv' library (-lresolv). */\r
 #undef HAVE_LIBRESOLV\r
 \r
 /* Define to 1 if you have the <libutil.h> header file. */\r
 /* Define to 1 if you have the <linux/tipc.h> header file. */\r
 #undef HAVE_LINUX_TIPC_H\r
 \r
-/* Define to 1 if you have the `log1p' function. */\r
+/* Define to 1 if you have the 'log1p' function. */\r
 #undef HAVE_LOG1P\r
 \r
 /* Define this if you have the type long double. */\r
 /* Define this if you have the type long long. */\r
 #define HAVE_LONG_LONG  1\r
 \r
-/* Define to 1 if you have the `lstat' function. */\r
+/* Define to 1 if you have the 'lstat' function. */\r
 #define HAVE_LSTAT      1\r
 \r
 /* Define this if you have the makedev macro. */\r
 #undef HAVE_MAKEDEV\r
 \r
-/* Define to 1 if you have the `memmove' function. */\r
+/* Define to 1 if you have the 'memmove' function. */\r
 #define HAVE_MEMMOVE    1\r
 \r
 /* Define to 1 if you have the <memory.h> header file. */\r
 #undef HAVE_MEMORY_H\r
 \r
-/* Define to 1 if you have the `mkfifo' function. */\r
+/* Define to 1 if you have the 'mkfifo' function. */\r
 #undef HAVE_MKFIFO\r
 \r
-/* Define to 1 if you have the `mknod' function. */\r
+/* Define to 1 if you have the 'mknod' function. */\r
 #undef HAVE_MKNOD\r
 \r
-/* Define to 1 if you have the `mktime' function. */\r
+/* Define to 1 if you have the 'mktime' function. */\r
 #define HAVE_MKTIME     1\r
 \r
-/* Define to 1 if you have the `mremap' function. */\r
+/* Define to 1 if you have the 'mremap' function. */\r
 #undef HAVE_MREMAP\r
 \r
 /* Define to 1 if you have the <ncurses.h> header file. */\r
 #undef HAVE_NCURSES_H\r
 \r
-/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */\r
+/* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */\r
 #undef HAVE_NDIR_H\r
 \r
 /* Define to 1 if you have the <netpacket/packet.h> header file. */\r
 #undef HAVE_NETPACKET_PACKET_H\r
 \r
-/* Define to 1 if you have the `nice' function. */\r
+/* Define to 1 if you have the 'nice' function. */\r
 #undef HAVE_NICE\r
 \r
-/* Define to 1 if you have the `openpty' function. */\r
+/* Define to 1 if you have the 'openpty' function. */\r
 #undef HAVE_OPENPTY\r
 \r
 /* Define if compiling using MacOS X 10.5 SDK or later. */\r
 #undef HAVE_OSX105_SDK\r
 \r
-/* Define to 1 if you have the `pathconf' function. */\r
+/* Define to 1 if you have the 'pathconf' function. */\r
 #undef HAVE_PATHCONF\r
 \r
-/* Define to 1 if you have the `pause' function. */\r
+/* Define to 1 if you have the 'pause' function. */\r
 #undef HAVE_PAUSE\r
 \r
-/* Define to 1 if you have the `plock' function. */\r
+/* Define to 1 if you have the 'plock' function. */\r
 #undef HAVE_PLOCK\r
 \r
-/* Define to 1 if you have the `poll' function. */\r
+/* Define to 1 if you have the 'poll' function. */\r
 #define HAVE_POLL         1\r
 \r
 /* Define to 1 if you have the <poll.h> header file. */\r
 /* Define to 1 if you have the <pthread.h> header file. */\r
 #undef HAVE_PTHREAD_H\r
 \r
-/* Define to 1 if you have the `pthread_init' function. */\r
+/* Define to 1 if you have the 'pthread_init' function. */\r
 #undef HAVE_PTHREAD_INIT\r
 \r
-/* Define to 1 if you have the `pthread_sigmask' function. */\r
+/* Define to 1 if you have the 'pthread_sigmask' function. */\r
 #undef HAVE_PTHREAD_SIGMASK\r
 \r
 /* Define to 1 if you have the <pty.h> header file. */\r
 #undef HAVE_PTY_H\r
 \r
-/* Define to 1 if you have the `putenv' function. */\r
+/* Define to 1 if you have the 'putenv' function. */\r
 #undef HAVE_PUTENV\r
 \r
-/* Define to 1 if you have the `readlink' function. */\r
+/* Define to 1 if you have the 'readlink' function. */\r
 #undef HAVE_READLINK\r
 \r
-/* Define to 1 if you have the `realpath' function. */\r
+/* Define to 1 if you have the 'realpath' function. */\r
 #define HAVE_REALPATH   1\r
 \r
 /* Define if you have readline 2.1 */\r
 /* Define if you have readline 4.0 */\r
 #undef HAVE_RL_PRE_INPUT_HOOK\r
 \r
-/* Define to 1 if you have the `round' function. */\r
+/* Define to 1 if you have the 'round' function. */\r
 #undef HAVE_ROUND\r
 \r
-/* Define to 1 if you have the `select' function. */\r
+/* Define to 1 if you have the 'select' function. */\r
 #define HAVE_SELECT       1\r
 \r
-/* Define to 1 if you have the `sem_getvalue' function. */\r
+/* Define to 1 if you have the 'sem_getvalue' function. */\r
 #undef HAVE_SEM_GETVALUE\r
 \r
-/* Define to 1 if you have the `sem_open' function. */\r
+/* Define to 1 if you have the 'sem_open' function. */\r
 #undef HAVE_SEM_OPEN\r
 \r
-/* Define to 1 if you have the `sem_timedwait' function. */\r
+/* Define to 1 if you have the 'sem_timedwait' function. */\r
 #undef HAVE_SEM_TIMEDWAIT\r
 \r
-/* Define to 1 if you have the `sem_unlink' function. */\r
+/* Define to 1 if you have the 'sem_unlink' function. */\r
 #undef HAVE_SEM_UNLINK\r
 \r
-/* Define to 1 if you have the `setegid' function. */\r
+/* Define to 1 if you have the 'setegid' function. */\r
 #undef HAVE_SETEGID\r
 \r
-/* Define to 1 if you have the `seteuid' function. */\r
+/* Define to 1 if you have the 'seteuid' function. */\r
 #undef HAVE_SETEUID\r
 \r
-/* Define to 1 if you have the `setgid' function. */\r
+/* Define to 1 if you have the 'setgid' function. */\r
 #undef HAVE_SETGID\r
 \r
 /* Define if you have the 'setgroups' function. */\r
 #undef HAVE_SETGROUPS\r
 \r
-/* Define to 1 if you have the `setitimer' function. */\r
+/* Define to 1 if you have the 'setitimer' function. */\r
 #undef HAVE_SETITIMER\r
 \r
-/* Define to 1 if you have the `setlocale' function. */\r
+/* Define to 1 if you have the 'setlocale' function. */\r
 #define HAVE_SETLOCALE    1\r
 \r
-/* Define to 1 if you have the `setpgid' function. */\r
+/* Define to 1 if you have the 'setpgid' function. */\r
 #undef HAVE_SETPGID\r
 \r
-/* Define to 1 if you have the `setpgrp' function. */\r
+/* Define to 1 if you have the 'setpgrp' function. */\r
 #undef HAVE_SETPGRP\r
 \r
-/* Define to 1 if you have the `setregid' function. */\r
+/* Define to 1 if you have the 'setregid' function. */\r
 #undef HAVE_SETREGID\r
 \r
-/* Define to 1 if you have the `setresgid' function. */\r
+/* Define to 1 if you have the 'setresgid' function. */\r
 #undef HAVE_SETRESGID\r
 \r
-/* Define to 1 if you have the `setresuid' function. */\r
+/* Define to 1 if you have the 'setresuid' function. */\r
 #undef HAVE_SETRESUID\r
 \r
-/* Define to 1 if you have the `setreuid' function. */\r
+/* Define to 1 if you have the 'setreuid' function. */\r
 #undef HAVE_SETREUID\r
 \r
-/* Define to 1 if you have the `setsid' function. */\r
+/* Define to 1 if you have the 'setsid' function. */\r
 #undef HAVE_SETSID\r
 \r
-/* Define to 1 if you have the `setuid' function. */\r
+/* Define to 1 if you have the 'setuid' function. */\r
 #undef HAVE_SETUID\r
 \r
-/* Define to 1 if you have the `setvbuf' function. */\r
+/* Define to 1 if you have the 'setvbuf' function. */\r
 #define HAVE_SETVBUF    1\r
 \r
 /* Define to 1 if you have the <shadow.h> header file. */\r
 #undef HAVE_SHADOW_H\r
 \r
-/* Define to 1 if you have the `sigaction' function. */\r
+/* Define to 1 if you have the 'sigaction' function. */\r
 #undef HAVE_SIGACTION\r
 \r
-/* Define to 1 if you have the `siginterrupt' function. */\r
+/* Define to 1 if you have the 'siginterrupt' function. */\r
 #undef HAVE_SIGINTERRUPT\r
 \r
 /* Define to 1 if you have the <signal.h> header file. */\r
 #define HAVE_SIGNAL_H   1\r
 \r
-/* Define to 1 if you have the `sigrelse' function. */\r
+/* Define to 1 if you have the 'sigrelse' function. */\r
 #undef HAVE_SIGRELSE\r
 \r
-/* Define to 1 if you have the `snprintf' function. */\r
+/* Define to 1 if you have the 'snprintf' function. */\r
 #define HAVE_SNPRINTF   1\r
 \r
 /* Define if sockaddr has sa_len member */\r
 /* Define if your compiler provides ssize_t */\r
 #define HAVE_SSIZE_T    1\r
 \r
-/* Define to 1 if you have the `statvfs' function. */\r
+/* Define to 1 if you have the 'statvfs' function. */\r
 #undef HAVE_STATVFS\r
 \r
 /* Define if you have struct stat.st_mtim.tv_nsec */\r
 /* Define to 1 if you have the <stdlib.h> header file. */\r
 #define HAVE_STDLIB_H                   1\r
 \r
-/* Define to 1 if you have the `strdup' function. */\r
+/* Define to 1 if you have the 'strdup' function. */\r
 #define HAVE_STRDUP                     1\r
 \r
-/* Define to 1 if you have the `strftime' function. */\r
+/* Define to 1 if you have the 'strftime' function. */\r
 #define HAVE_STRFTIME                   1\r
 \r
 /* Define to 1 if you have the <strings.h> header file. */\r
 /* Define to 1 if you have the <stropts.h> header file. */\r
 #undef HAVE_STROPTS_H\r
 \r
-/* Define to 1 if `st_birthtime' is a member of `struct stat'. */\r
+/* Define to 1 if 'st_birthtime' is a member of 'struct stat'. */\r
 #define HAVE_STRUCT_STAT_ST_BIRTHTIME   1\r
 \r
-/* Define to 1 if `st_blksize' is a member of `struct stat'. */\r
+/* Define to 1 if 'st_blksize' is a member of 'struct stat'. */\r
 #define HAVE_STRUCT_STAT_ST_BLKSIZE     1\r
 \r
-/* Define to 1 if `st_blocks' is a member of `struct stat'. */\r
+/* Define to 1 if 'st_blocks' is a member of 'struct stat'. */\r
 #undef HAVE_STRUCT_STAT_ST_BLOCKS\r
 \r
-/* Define to 1 if `st_flags' is a member of `struct stat'. */\r
+/* Define to 1 if 'st_flags' is a member of 'struct stat'. */\r
 #undef HAVE_STRUCT_STAT_ST_FLAGS\r
 \r
-/* Define to 1 if `st_gen' is a member of `struct stat'. */\r
+/* Define to 1 if 'st_gen' is a member of 'struct stat'. */\r
 #undef HAVE_STRUCT_STAT_ST_GEN\r
 \r
-/* Define to 1 if `st_rdev' is a member of `struct stat'. */\r
+/* Define to 1 if 'st_rdev' is a member of 'struct stat'. */\r
 #undef HAVE_STRUCT_STAT_ST_RDEV\r
 \r
-/* Define to 1 if `tm_zone' is a member of `struct tm'. */\r
+/* Define to 1 if 'tm_zone' is a member of 'struct tm'. */\r
 #undef HAVE_STRUCT_TM_TM_ZONE\r
 \r
-/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use\r
-   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */\r
+/* Define to 1 if your 'struct stat' has 'st_blocks'. Deprecated, use\r
+   'HAVE_STRUCT_STAT_ST_BLOCKS' instead. */\r
 #undef HAVE_ST_BLOCKS\r
 \r
 /* Define if you have the 'symlink' function. */\r
 #undef HAVE_SYMLINK\r
 \r
-/* Define to 1 if you have the `sysconf' function. */\r
+/* Define to 1 if you have the 'sysconf' function. */\r
 #undef HAVE_SYSCONF\r
 \r
 /* Define to 1 if you have the <sysexits.h> header file. */\r
 /* Define to 1 if you have the <sys/bsdtty.h> header file. */\r
 #undef HAVE_SYS_BSDTTY_H\r
 \r
-/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.\r
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines 'DIR'.\r
    */\r
 #undef HAVE_SYS_DIR_H\r
 \r
 /* Define to 1 if you have the <sys/modem.h> header file. */\r
 #undef HAVE_SYS_MODEM_H\r
 \r
-/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.\r
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines 'DIR'.\r
    */\r
 #undef HAVE_SYS_NDIR_H\r
 \r
 /* Define to 1 if you have the system() command. */\r
 #define HAVE_SYSTEM       1\r
 \r
-/* Define to 1 if you have the `tcgetpgrp' function. */\r
+/* Define to 1 if you have the 'tcgetpgrp' function. */\r
 #undef HAVE_TCGETPGRP\r
 \r
-/* Define to 1 if you have the `tcsetpgrp' function. */\r
+/* Define to 1 if you have the 'tcsetpgrp' function. */\r
 #undef HAVE_TCSETPGRP\r
 \r
-/* Define to 1 if you have the `tempnam' function. */\r
+/* Define to 1 if you have the 'tempnam' function. */\r
 #define HAVE_TEMPNAM                    1\r
 \r
 /* Define to 1 if you have the <termios.h> header file. */\r
 /* Define to 1 if you have the <term.h> header file. */\r
 #undef HAVE_TERM_H\r
 \r
-/* Define to 1 if you have the `tgamma' function. */\r
+/* Define to 1 if you have the 'tgamma' function. */\r
 #undef HAVE_TGAMMA\r
 \r
 /* Define to 1 if you have the <thread.h> header file. */\r
 #undef HAVE_THREAD_H\r
 \r
-/* Define to 1 if you have the `timegm' function. */\r
+/* Define to 1 if you have the 'timegm' function. */\r
 #undef HAVE_TIMEGM\r
 \r
-/* Define to 1 if you have the `times' function. */\r
+/* Define to 1 if you have the 'times' function. */\r
 #undef HAVE_TIMES\r
 \r
-/* Define to 1 if you have the `tmpfile' function. */\r
+/* Define to 1 if you have the 'tmpfile' function. */\r
 #define HAVE_TMPFILE                    1\r
 \r
-/* Define to 1 if you have the `tmpnam' function. */\r
+/* Define to 1 if you have the 'tmpnam' function. */\r
 #define HAVE_TMPNAM                     1\r
 \r
-/* Define to 1 if you have the `tmpnam_r' function. */\r
+/* Define to 1 if you have the 'tmpnam_r' function. */\r
 #undef HAVE_TMPNAM_R\r
 \r
-/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use\r
-   `HAVE_STRUCT_TM_TM_ZONE' instead. */\r
+/* Define to 1 if your 'struct tm' has 'tm_zone'. Deprecated, use\r
+   'HAVE_STRUCT_TM_TM_ZONE' instead. */\r
 #undef HAVE_TM_ZONE\r
 \r
-/* Define to 1 if you have the `truncate' function. */\r
+/* Define to 1 if you have the 'truncate' function. */\r
 #undef HAVE_TRUNCATE\r
 \r
-/* Define to 1 if you don't have `tm_zone' but do have the external array\r
-   `tzname'. */\r
+/* Define to 1 if you don't have 'tm_zone' but do have the external array\r
+   'tzname'. */\r
 #undef HAVE_TZNAME\r
 \r
 /* Define this if you have tcl and TCL_UTF_MAX==6 */\r
 #undef HAVE_UCS4_TCL\r
 \r
-/* Define to 1 if the system has the type `uintptr_t'. */\r
+/* Define to 1 if the system has the type 'uintptr_t'. */\r
 #define HAVE_UINTPTR_T                  1\r
 \r
-/* Define to 1 if you have the `uname' function. */\r
+/* Define to 1 if you have the 'uname' function. */\r
 #undef HAVE_UNAME\r
 \r
 /* Define to 1 if you have the <unistd.h> header file. */\r
 #define HAVE_UNISTD_H                   1\r
 \r
-/* Define to 1 if you have the `unsetenv' function. */\r
+/* Define to 1 if you have the 'unsetenv' function. */\r
 #undef HAVE_UNSETENV\r
 \r
 /* Define if you have a useable wchar_t type defined in wchar.h; useable means\r
 /* Define to 1 if you have the <util.h> header file. */\r
 #undef HAVE_UTIL_H\r
 \r
-/* Define to 1 if you have the `utimes' function. */\r
+/* Define to 1 if you have the 'utimes' function. */\r
 #undef HAVE_UTIMES\r
 \r
 /* Define to 1 if you have the <utime.h> header file. */\r
 #define HAVE_UTIME_H    1\r
 \r
-/* Define to 1 if you have the `wait3' function. */\r
+/* Define to 1 if you have the 'wait3' function. */\r
 #undef HAVE_WAIT3\r
 \r
-/* Define to 1 if you have the `wait4' function. */\r
+/* Define to 1 if you have the 'wait4' function. */\r
 #undef HAVE_WAIT4\r
 \r
-/* Define to 1 if you have the `waitpid' function. */\r
+/* Define to 1 if you have the 'waitpid' function. */\r
 #undef HAVE_WAITPID\r
 \r
 /* Define if the compiler provides a wchar.h header file. */\r
 #define HAVE_WCHAR_H    1\r
 \r
-/* Define to 1 if you have the `wcscoll' function. */\r
+/* Define to 1 if you have the 'wcscoll' function. */\r
 #define HAVE_WCSCOLL    1\r
 \r
 /* Define if tzset() actually switches the local timezone in a meaningful way.\r
 /* Define if the zlib library has inflateCopy */\r
 #undef HAVE_ZLIB_COPY\r
 \r
-/* Define to 1 if you have the `_getpty' function. */\r
+/* Define to 1 if you have the '_getpty' function. */\r
 #undef HAVE__GETPTY\r
 \r
 /* Define if you are using Mach cthreads directly under /include */\r
 /* Define if you are using Mach cthreads under mach / */\r
 #undef MACH_C_THREADS\r
 \r
-/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.\r
+/* Define to 1 if 'major', 'minor', and 'makedev' are declared in <mkdev.h>.\r
    */\r
 #undef MAJOR_IN_MKDEV\r
 \r
-/* Define to 1 if `major', `minor', and `makedev' are declared in\r
+/* Define to 1 if 'major', 'minor', and 'makedev' are declared in\r
    <sysmacros.h>. */\r
 #undef MAJOR_IN_SYSMACROS\r
 \r
 /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */\r
 #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS\r
 \r
-/* The size of `double', as computed by sizeof. */\r
+/* The size of 'double', as computed by sizeof. */\r
 #define SIZEOF_DOUBLE     8\r
 \r
-/* The size of `float', as computed by sizeof. */\r
+/* The size of 'float', as computed by sizeof. */\r
 #define SIZEOF_FLOAT      4\r
 \r
-/* The size of `fpos_t', as computed by sizeof. */\r
+/* The size of 'fpos_t', as computed by sizeof. */\r
 #define SIZEOF_FPOS_T     8\r
 \r
-/* The size of `int', as computed by sizeof. */\r
+/* The size of 'int', as computed by sizeof. */\r
 #define SIZEOF_INT        4\r
 \r
-/* The size of `long', as computed by sizeof. */\r
+/* The size of 'long', as computed by sizeof. */\r
 #define SIZEOF_LONG       4\r
 \r
-/* The size of `long double', as computed by sizeof. */\r
+/* The size of 'long double', as computed by sizeof. */\r
 #undef SIZEOF_LONG_DOUBLE\r
 \r
-/* The size of `long long', as computed by sizeof. */\r
+/* The size of 'long long', as computed by sizeof. */\r
 #define SIZEOF_LONG_LONG  8\r
 \r
-/* The size of `off_t', as computed by sizeof. */\r
+/* The size of 'off_t', as computed by sizeof. */\r
 #define SIZEOF_OFF_T      4\r
 \r
-/* The size of `pid_t', as computed by sizeof. */\r
+/* The size of 'pid_t', as computed by sizeof. */\r
 #define SIZEOF_PID_T      4\r
 \r
-/* The size of `pthread_t', as computed by sizeof. */\r
+/* The size of 'pthread_t', as computed by sizeof. */\r
 #undef SIZEOF_PTHREAD_T\r
 \r
-/* The size of `short', as computed by sizeof. */\r
+/* The size of 'short', as computed by sizeof. */\r
 #define SIZEOF_SHORT      2\r
 \r
-/* The size of `size_t', as computed by sizeof. */\r
+/* The size of 'size_t', as computed by sizeof. */\r
 #define SIZEOF_SIZE_T     4\r
 \r
-/* The size of `time_t', as computed by sizeof. */\r
+/* The size of 'time_t', as computed by sizeof. */\r
 #define SIZEOF_TIME_T     4\r
 \r
-/* The size of `uintptr_t', as computed by sizeof. */\r
+/* The size of 'uintptr_t', as computed by sizeof. */\r
 #define SIZEOF_UINTPTR_T  4\r
 \r
-/* The size of `void *', as computed by sizeof. */\r
+/* The size of 'void *', as computed by sizeof. */\r
 #define SIZEOF_VOID_P     4\r
 \r
-/* The size of `wchar_t', as computed by sizeof. */\r
+/* The size of 'wchar_t', as computed by sizeof. */\r
 #define SIZEOF_WCHAR_T    2\r
 \r
-/* The size of `_Bool', as computed by sizeof. */\r
+/* The size of '_Bool', as computed by sizeof. */\r
 #define SIZEOF__BOOL      1\r
 \r
 /* Define to 1 if you have the ANSI C header files. */\r
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */\r
 #undef TIME_WITH_SYS_TIME\r
 \r
-/* Define to 1 if your <sys/time.h> declares `struct tm'. */\r
+/* Define to 1 if your <sys/time.h> declares 'struct tm'. */\r
 #undef TM_IN_SYS_TIME\r
 \r
 /* Enable extensions on AIX 3, Interix.  */\r
 /* Define to activate features from IEEE Stds 1003.1-2001 */\r
 #undef _POSIX_C_SOURCE\r
 \r
-/* Define to 1 if you need to in order for `stat' and other things to work. */\r
+/* Define to 1 if you need to in order for 'stat' and other things to work. */\r
 #undef _POSIX_SOURCE\r
 \r
 /* Define if you have POSIX threads, and your system does not define that. */\r
 /* Define on FreeBSD to activate all library features */\r
 #undef __BSD_VISIBLE\r
 \r
-/* Define to 1 if type `char' is unsigned and you are not using gcc.  */\r
+/* Define to 1 if type 'char' is unsigned and you are not using gcc.  */\r
 #ifndef __CHAR_UNSIGNED__\r
 # undef __CHAR_UNSIGNED__\r
 #endif\r
 /* Define to 'long' if <time.h> doesn't define. */\r
 //#undef clock_t\r
 \r
-/* Define to empty if `const' does not conform to ANSI C. */\r
+/* Define to empty if 'const' does not conform to ANSI C. */\r
 //#undef const\r
 \r
-/* Define to `int' if <sys/types.h> doesn't define. */\r
+/* Define to 'int' if <sys/types.h> doesn't define. */\r
 //#undef gid_t\r
 \r
 /* Define to the type of a signed integer type of width exactly 32 bits if\r
    such a type exists and the standard includes do not define it. */\r
 //#undef int64_t\r
 \r
-/* Define to `int' if <sys/types.h> does not define. */\r
+/* Define to 'int' if <sys/types.h> does not define. */\r
 //#undef mode_t\r
 \r
-/* Define to `long int' if <sys/types.h> does not define. */\r
+/* Define to 'long int' if <sys/types.h> does not define. */\r
 //#undef off_t\r
 \r
-/* Define to `int' if <sys/types.h> does not define. */\r
+/* Define to 'int' if <sys/types.h> does not define. */\r
 //#undef pid_t\r
 \r
 /* Define to empty if the keyword does not work. */\r
 //#undef signed\r
 \r
-/* Define to `unsigned int' if <sys/types.h> does not define. */\r
+/* Define to 'unsigned int' if <sys/types.h> does not define. */\r
 //#undef size_t\r
 \r
-/* Define to `int' if <sys/socket.h> does not define. */\r
+/* Define to 'int' if <sys/socket.h> does not define. */\r
 //#undef socklen_t\r
 \r
-/* Define to `int' if <sys/types.h> doesn't define. */\r
+/* Define to 'int' if <sys/types.h> doesn't define. */\r
 //#undef uid_t\r
 \r
 /* Define to the type of an unsigned integer type of width exactly 32 bits if\r
index ddb00c6f4a1c073485aeccd55ee821a52d4d7aac..d0b6df9bdc90d7c07fc0ae9ade4704606db35581 100644 (file)
    the case on Motorola V4 (R40V4.2) */\r
 #undef GETTIMEOFDAY_NO_TZ\r
 \r
-/* Define to 1 if you have the `acosh' function. */\r
+/* Define to 1 if you have the 'acosh' function. */\r
 #undef HAVE_ACOSH\r
 \r
 /* struct addrinfo (netdb.h) */\r
 #undef HAVE_ADDRINFO\r
 \r
-/* Define to 1 if you have the `alarm' function. */\r
+/* Define to 1 if you have the 'alarm' function. */\r
 #undef HAVE_ALARM\r
 \r
 /* Define this if your time.h defines altzone. */\r
 #undef HAVE_ALTZONE\r
 \r
-/* Define to 1 if you have the `asinh' function. */\r
+/* Define to 1 if you have the 'asinh' function. */\r
 #undef HAVE_ASINH\r
 \r
 /* Define to 1 if you have the <asm/types.h> header file. */\r
 #undef HAVE_ASM_TYPES_H\r
 \r
-/* Define to 1 if you have the `atanh' function. */\r
+/* Define to 1 if you have the 'atanh' function. */\r
 #undef HAVE_ATANH\r
 \r
 /* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */\r
 #undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE\r
 \r
-/* Define to 1 if you have the `bind_textdomain_codeset' function. */\r
+/* Define to 1 if you have the 'bind_textdomain_codeset' function. */\r
 #undef HAVE_BIND_TEXTDOMAIN_CODESET\r
 \r
 /* Define to 1 if you have the <bluetooth/bluetooth.h> header file. */\r
 /* Define this if you have the type _Bool. */\r
 #define HAVE_C99_BOOL                 1\r
 \r
-/* Define to 1 if you have the `chflags' function. */\r
+/* Define to 1 if you have the 'chflags' function. */\r
 #undef HAVE_CHFLAGS\r
 \r
-/* Define to 1 if you have the `chown' function. */\r
+/* Define to 1 if you have the 'chown' function. */\r
 #undef HAVE_CHOWN\r
 \r
 /* Define if you have the 'chroot' function. */\r
 #undef HAVE_CHROOT\r
 \r
-/* Define to 1 if you have the `clock' function. */\r
+/* Define to 1 if you have the 'clock' function. */\r
 #define HAVE_CLOCK                    1\r
 \r
-/* Define to 1 if you have the `confstr' function. */\r
+/* Define to 1 if you have the 'confstr' function. */\r
 #undef HAVE_CONFSTR\r
 \r
 /* Define to 1 if you have the <conio.h> header file. */\r
 #undef HAVE_CONIO_H\r
 \r
-/* Define to 1 if you have the `copysign' function. */\r
+/* Define to 1 if you have the 'copysign' function. */\r
 #undef HAVE_COPYSIGN\r
 \r
-/* Define to 1 if you have the `ctermid' function. */\r
+/* Define to 1 if you have the 'ctermid' function. */\r
 #undef HAVE_CTERMID\r
 \r
 /* Define if you have the 'ctermid_r' function. */\r
 /* Define if you have the 'resize_term' function. */\r
 #undef HAVE_CURSES_RESIZE_TERM\r
 \r
-/* Define to 1 if you have the declaration of `isfinite', and to 0 if you\r
+/* Define to 1 if you have the declaration of 'isfinite', and to 0 if you\r
    don't. */\r
 #define HAVE_DECL_ISFINITE    0\r
 \r
-/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.\r
+/* Define to 1 if you have the declaration of 'isinf', and to 0 if you don't.\r
    */\r
 #define HAVE_DECL_ISINF       1\r
 \r
-/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.\r
+/* Define to 1 if you have the declaration of 'isnan', and to 0 if you don't.\r
    */\r
 #define HAVE_DECL_ISNAN       1\r
 \r
-/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.\r
+/* Define to 1 if you have the declaration of 'tzname', and to 0 if you don't.\r
    */\r
 #define HAVE_DECL_TZNAME      0\r
 \r
 /* Define to 1 if you have the <direct.h> header file. */\r
 #undef HAVE_DIRECT_H\r
 \r
-/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.\r
+/* Define to 1 if you have the <dirent.h> header file, and it defines 'DIR'.\r
    */\r
 #define HAVE_DIRENT_H   1\r
 \r
 /* Define to 1 if you have the <dlfcn.h> header file. */\r
 #undef HAVE_DLFCN_H\r
 \r
-/* Define to 1 if you have the `dlopen' function. */\r
+/* Define to 1 if you have the 'dlopen' function. */\r
 #undef HAVE_DLOPEN\r
 \r
-/* Define to 1 if you have the `dup2' function. */\r
+/* Define to 1 if you have the 'dup2' function. */\r
 #define HAVE_DUP2       1\r
 \r
 /* Defined when any dynamic module loading is enabled. */\r
 /* Define if you have the 'epoll' functions. */\r
 #undef HAVE_EPOLL\r
 \r
-/* Define to 1 if you have the `erf' function. */\r
+/* Define to 1 if you have the 'erf' function. */\r
 #undef HAVE_ERF\r
 \r
-/* Define to 1 if you have the `erfc' function. */\r
+/* Define to 1 if you have the 'erfc' function. */\r
 #undef HAVE_ERFC\r
 \r
 /* Define to 1 if you have the <errno.h> header file. */\r
 #define HAVE_ERRNO_H    1\r
 \r
-/* Define to 1 if you have the `execv' function. */\r
+/* Define to 1 if you have the 'execv' function. */\r
 #undef HAVE_EXECV\r
 \r
-/* Define to 1 if you have the `expm1' function. */\r
+/* Define to 1 if you have the 'expm1' function. */\r
 #undef HAVE_EXPM1\r
 \r
 /* Define if you have the 'fchdir' function. */\r
 #undef HAVE_FCHDIR\r
 \r
-/* Define to 1 if you have the `fchmod' function. */\r
+/* Define to 1 if you have the 'fchmod' function. */\r
 #undef HAVE_FCHMOD\r
 \r
-/* Define to 1 if you have the `fchown' function. */\r
+/* Define to 1 if you have the 'fchown' function. */\r
 #undef HAVE_FCHOWN\r
 \r
 /* Define to 1 if you have the <fcntl.h> header file. */\r
 /* Define if you have the 'fdatasync' function. */\r
 #undef HAVE_FDATASYNC\r
 \r
-/* Define to 1 if you have the `finite' function. */\r
+/* Define to 1 if you have the 'finite' function. */\r
 #define HAVE_FINITE     1\r
 \r
-/* Define to 1 if you have the `flock' function. */\r
+/* Define to 1 if you have the 'flock' function. */\r
 #undef HAVE_FLOCK\r
 \r
-/* Define to 1 if you have the `fork' function. */\r
+/* Define to 1 if you have the 'fork' function. */\r
 #undef HAVE_FORK\r
 \r
-/* Define to 1 if you have the `forkpty' function. */\r
+/* Define to 1 if you have the 'forkpty' function. */\r
 #undef HAVE_FORKPTY\r
 \r
-/* Define to 1 if you have the `fpathconf' function. */\r
+/* Define to 1 if you have the 'fpathconf' function. */\r
 #undef HAVE_FPATHCONF\r
 \r
-/* Define to 1 if you have the `fseek64' function. */\r
+/* Define to 1 if you have the 'fseek64' function. */\r
 #undef HAVE_FSEEK64\r
 \r
-/* Define to 1 if you have the `fseeko' function. */\r
+/* Define to 1 if you have the 'fseeko' function. */\r
 #define HAVE_FSEEKO     1\r
 \r
-/* Define to 1 if you have the `fstatvfs' function. */\r
+/* Define to 1 if you have the 'fstatvfs' function. */\r
 #undef HAVE_FSTATVFS\r
 \r
 /* Define if you have the 'fsync' function. */\r
 #undef HAVE_FSYNC\r
 \r
-/* Define to 1 if you have the `ftell64' function. */\r
+/* Define to 1 if you have the 'ftell64' function. */\r
 #undef HAVE_FTELL64\r
 \r
-/* Define to 1 if you have the `ftello' function. */\r
+/* Define to 1 if you have the 'ftello' function. */\r
 #define HAVE_FTELLO     1\r
 \r
-/* Define to 1 if you have the `ftime' function. */\r
+/* Define to 1 if you have the 'ftime' function. */\r
 #undef HAVE_FTIME\r
 \r
-/* Define to 1 if you have the `ftruncate' function. */\r
+/* Define to 1 if you have the 'ftruncate' function. */\r
 #undef HAVE_FTRUNCATE\r
 \r
-/* Define to 1 if you have the `gai_strerror' function. */\r
+/* Define to 1 if you have the 'gai_strerror' function. */\r
 #undef HAVE_GAI_STRERROR\r
 \r
-/* Define to 1 if you have the `gamma' function. */\r
+/* Define to 1 if you have the 'gamma' function. */\r
 #undef HAVE_GAMMA\r
 \r
 /* Define if we can use gcc inline assembler to get and set x87 control word\r
 /* Define if you have the getaddrinfo function. */\r
 #undef HAVE_GETADDRINFO\r
 \r
-/* Define to 1 if you have the `getcwd' function. */\r
+/* Define to 1 if you have the 'getcwd' function. */\r
 #define HAVE_GETCWD   1\r
 \r
 /* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */\r
 #undef HAVE_GETC_UNLOCKED\r
 \r
-/* Define to 1 if you have the `getgroups' function. */\r
+/* Define to 1 if you have the 'getgroups' function. */\r
 #undef HAVE_GETGROUPS\r
 \r
-/* Define to 1 if you have the `gethostbyname' function. */\r
+/* Define to 1 if you have the 'gethostbyname' function. */\r
 #undef HAVE_GETHOSTBYNAME\r
 \r
 /* Define this if you have some version of gethostbyname_r() */\r
 /* Define this if you have the 6-arg version of gethostbyname_r(). */\r
 #undef HAVE_GETHOSTBYNAME_R_6_ARG\r
 \r
-/* Define to 1 if you have the `getitimer' function. */\r
+/* Define to 1 if you have the 'getitimer' function. */\r
 #undef HAVE_GETITIMER\r
 \r
-/* Define to 1 if you have the `getloadavg' function. */\r
+/* Define to 1 if you have the 'getloadavg' function. */\r
 #undef HAVE_GETLOADAVG\r
 \r
-/* Define to 1 if you have the `getlogin' function. */\r
+/* Define to 1 if you have the 'getlogin' function. */\r
 #undef HAVE_GETLOGIN\r
 \r
-/* Define to 1 if you have the `getnameinfo' function. */\r
+/* Define to 1 if you have the 'getnameinfo' function. */\r
 #undef HAVE_GETNAMEINFO\r
 \r
 /* Define if you have the 'getpagesize' function. */\r
 #undef HAVE_GETPAGESIZE\r
 \r
-/* Define to 1 if you have the `getpeername' function. */\r
+/* Define to 1 if you have the 'getpeername' function. */\r
 #define HAVE_GETPEERNAME  1\r
 \r
-/* Define to 1 if you have the `getpgid' function. */\r
+/* Define to 1 if you have the 'getpgid' function. */\r
 #undef HAVE_GETPGID\r
 \r
-/* Define to 1 if you have the `getpgrp' function. */\r
+/* Define to 1 if you have the 'getpgrp' function. */\r
 #undef HAVE_GETPGRP\r
 \r
-/* Define to 1 if you have the `getpid' function. */\r
+/* Define to 1 if you have the 'getpid' function. */\r
 #undef HAVE_GETPID\r
 \r
-/* Define to 1 if you have the `getpriority' function. */\r
+/* Define to 1 if you have the 'getpriority' function. */\r
 #undef HAVE_GETPRIORITY\r
 \r
-/* Define to 1 if you have the `getpwent' function. */\r
+/* Define to 1 if you have the 'getpwent' function. */\r
 #undef HAVE_GETPWENT\r
 \r
-/* Define to 1 if you have the `getresgid' function. */\r
+/* Define to 1 if you have the 'getresgid' function. */\r
 #undef HAVE_GETRESGID\r
 \r
-/* Define to 1 if you have the `getresuid' function. */\r
+/* Define to 1 if you have the 'getresuid' function. */\r
 #undef HAVE_GETRESUID\r
 \r
-/* Define to 1 if you have the `getsid' function. */\r
+/* Define to 1 if you have the 'getsid' function. */\r
 #undef HAVE_GETSID\r
 \r
-/* Define to 1 if you have the `getspent' function. */\r
+/* Define to 1 if you have the 'getspent' function. */\r
 #undef HAVE_GETSPENT\r
 \r
-/* Define to 1 if you have the `getspnam' function. */\r
+/* Define to 1 if you have the 'getspnam' function. */\r
 #undef HAVE_GETSPNAM\r
 \r
-/* Define to 1 if you have the `gettimeofday' function. */\r
+/* Define to 1 if you have the 'gettimeofday' function. */\r
 #undef HAVE_GETTIMEOFDAY\r
 \r
-/* Define to 1 if you have the `getwd' function. */\r
+/* Define to 1 if you have the 'getwd' function. */\r
 #undef HAVE_GETWD\r
 \r
 /* Define to 1 if you have the <grp.h> header file. */\r
 /* Define if you have the 'hstrerror' function. */\r
 #undef HAVE_HSTRERROR\r
 \r
-/* Define to 1 if you have the `hypot' function. */\r
+/* Define to 1 if you have the 'hypot' function. */\r
 #undef HAVE_HYPOT\r
 \r
 /* Define to 1 if you have the <ieeefp.h> header file. */\r
 /* Define if you have the 'inet_pton' function. */\r
 #define HAVE_INET_PTON    1\r
 \r
-/* Define to 1 if you have the `initgroups' function. */\r
+/* Define to 1 if you have the 'initgroups' function. */\r
 #undef HAVE_INITGROUPS\r
 \r
 /* Define to 1 if you have the <inttypes.h> header file. */\r
 /* Define to 1 if you have the <io.h> header file. */\r
 #undef HAVE_IO_H\r
 \r
-/* Define to 1 if you have the `kill' function. */\r
+/* Define to 1 if you have the 'kill' function. */\r
 #undef HAVE_KILL\r
 \r
-/* Define to 1 if you have the `killpg' function. */\r
+/* Define to 1 if you have the 'killpg' function. */\r
 #undef HAVE_KILLPG\r
 \r
 /* Define if you have the 'kqueue' functions. */\r
    Solaris and Linux, the necessary defines are already defined.) */\r
 #undef HAVE_LARGEFILE_SUPPORT\r
 \r
-/* Define to 1 if you have the `lchflags' function. */\r
+/* Define to 1 if you have the 'lchflags' function. */\r
 #undef HAVE_LCHFLAGS\r
 \r
-/* Define to 1 if you have the `lchmod' function. */\r
+/* Define to 1 if you have the 'lchmod' function. */\r
 #undef HAVE_LCHMOD\r
 \r
-/* Define to 1 if you have the `lchown' function. */\r
+/* Define to 1 if you have the 'lchown' function. */\r
 #undef HAVE_LCHOWN\r
 \r
-/* Define to 1 if you have the `lgamma' function. */\r
+/* Define to 1 if you have the 'lgamma' function. */\r
 #undef HAVE_LGAMMA\r
 \r
-/* Define to 1 if you have the `dl' library (-ldl). */\r
+/* Define to 1 if you have the 'dl' library (-ldl). */\r
 #undef HAVE_LIBDL\r
 \r
-/* Define to 1 if you have the `dld' library (-ldld). */\r
+/* Define to 1 if you have the 'dld' library (-ldld). */\r
 #undef HAVE_LIBDLD\r
 \r
-/* Define to 1 if you have the `ieee' library (-lieee). */\r
+/* Define to 1 if you have the 'ieee' library (-lieee). */\r
 #undef HAVE_LIBIEEE\r
 \r
 /* Define to 1 if you have the <libintl.h> header file. */\r
 /* Define if you have the readline library (-lreadline). */\r
 #undef HAVE_LIBREADLINE\r
 \r
-/* Define to 1 if you have the `resolv' library (-lresolv). */\r
+/* Define to 1 if you have the 'resolv' library (-lresolv). */\r
 #undef HAVE_LIBRESOLV\r
 \r
 /* Define to 1 if you have the <libutil.h> header file. */\r
 /* Define to 1 if you have the <linux/tipc.h> header file. */\r
 #undef HAVE_LINUX_TIPC_H\r
 \r
-/* Define to 1 if you have the `log1p' function. */\r
+/* Define to 1 if you have the 'log1p' function. */\r
 #undef HAVE_LOG1P\r
 \r
 /* Define this if you have the type long double. */\r
 /* Define this if you have the type long long. */\r
 #define HAVE_LONG_LONG  1\r
 \r
-/* Define to 1 if you have the `lstat' function. */\r
+/* Define to 1 if you have the 'lstat' function. */\r
 #define HAVE_LSTAT      1\r
 \r
 /* Define this if you have the makedev macro. */\r
 #undef HAVE_MAKEDEV\r
 \r
-/* Define to 1 if you have the `memmove' function. */\r
+/* Define to 1 if you have the 'memmove' function. */\r
 #define HAVE_MEMMOVE    1\r
 \r
 /* Define to 1 if you have the <memory.h> header file. */\r
 #undef HAVE_MEMORY_H\r
 \r
-/* Define to 1 if you have the `mkfifo' function. */\r
+/* Define to 1 if you have the 'mkfifo' function. */\r
 #undef HAVE_MKFIFO\r
 \r
-/* Define to 1 if you have the `mknod' function. */\r
+/* Define to 1 if you have the 'mknod' function. */\r
 #undef HAVE_MKNOD\r
 \r
-/* Define to 1 if you have the `mktime' function. */\r
+/* Define to 1 if you have the 'mktime' function. */\r
 #define HAVE_MKTIME     1\r
 \r
-/* Define to 1 if you have the `mremap' function. */\r
+/* Define to 1 if you have the 'mremap' function. */\r
 #undef HAVE_MREMAP\r
 \r
 /* Define to 1 if you have the <ncurses.h> header file. */\r
 #undef HAVE_NCURSES_H\r
 \r
-/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */\r
+/* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */\r
 #undef HAVE_NDIR_H\r
 \r
 /* Define to 1 if you have the <netpacket/packet.h> header file. */\r
 #undef HAVE_NETPACKET_PACKET_H\r
 \r
-/* Define to 1 if you have the `nice' function. */\r
+/* Define to 1 if you have the 'nice' function. */\r
 #undef HAVE_NICE\r
 \r
-/* Define to 1 if you have the `openpty' function. */\r
+/* Define to 1 if you have the 'openpty' function. */\r
 #undef HAVE_OPENPTY\r
 \r
 /* Define if compiling using MacOS X 10.5 SDK or later. */\r
 #undef HAVE_OSX105_SDK\r
 \r
-/* Define to 1 if you have the `pathconf' function. */\r
+/* Define to 1 if you have the 'pathconf' function. */\r
 #undef HAVE_PATHCONF\r
 \r
-/* Define to 1 if you have the `pause' function. */\r
+/* Define to 1 if you have the 'pause' function. */\r
 #undef HAVE_PAUSE\r
 \r
-/* Define to 1 if you have the `plock' function. */\r
+/* Define to 1 if you have the 'plock' function. */\r
 #undef HAVE_PLOCK\r
 \r
-/* Define to 1 if you have the `poll' function. */\r
+/* Define to 1 if you have the 'poll' function. */\r
 #define HAVE_POLL         1\r
 \r
 /* Define to 1 if you have the <poll.h> header file. */\r
 /* Define to 1 if you have the <pthread.h> header file. */\r
 #undef HAVE_PTHREAD_H\r
 \r
-/* Define to 1 if you have the `pthread_init' function. */\r
+/* Define to 1 if you have the 'pthread_init' function. */\r
 #undef HAVE_PTHREAD_INIT\r
 \r
-/* Define to 1 if you have the `pthread_sigmask' function. */\r
+/* Define to 1 if you have the 'pthread_sigmask' function. */\r
 #undef HAVE_PTHREAD_SIGMASK\r
 \r
 /* Define to 1 if you have the <pty.h> header file. */\r
 #undef HAVE_PTY_H\r
 \r
-/* Define to 1 if you have the `putenv' function. */\r
+/* Define to 1 if you have the 'putenv' function. */\r
 #undef HAVE_PUTENV\r
 \r
-/* Define to 1 if you have the `readlink' function. */\r
+/* Define to 1 if you have the 'readlink' function. */\r
 #undef HAVE_READLINK\r
 \r
-/* Define to 1 if you have the `realpath' function. */\r
+/* Define to 1 if you have the 'realpath' function. */\r
 #define HAVE_REALPATH   1\r
 \r
 /* Define if you have readline 2.1 */\r
 /* Define if you have readline 4.0 */\r
 #undef HAVE_RL_PRE_INPUT_HOOK\r
 \r
-/* Define to 1 if you have the `round' function. */\r
+/* Define to 1 if you have the 'round' function. */\r
 #undef HAVE_ROUND\r
 \r
-/* Define to 1 if you have the `select' function. */\r
+/* Define to 1 if you have the 'select' function. */\r
 #define HAVE_SELECT       1\r
 \r
-/* Define to 1 if you have the `sem_getvalue' function. */\r
+/* Define to 1 if you have the 'sem_getvalue' function. */\r
 #undef HAVE_SEM_GETVALUE\r
 \r
-/* Define to 1 if you have the `sem_open' function. */\r
+/* Define to 1 if you have the 'sem_open' function. */\r
 #undef HAVE_SEM_OPEN\r
 \r
-/* Define to 1 if you have the `sem_timedwait' function. */\r
+/* Define to 1 if you have the 'sem_timedwait' function. */\r
 #undef HAVE_SEM_TIMEDWAIT\r
 \r
-/* Define to 1 if you have the `sem_unlink' function. */\r
+/* Define to 1 if you have the 'sem_unlink' function. */\r
 #undef HAVE_SEM_UNLINK\r
 \r
-/* Define to 1 if you have the `setegid' function. */\r
+/* Define to 1 if you have the 'setegid' function. */\r
 #undef HAVE_SETEGID\r
 \r
-/* Define to 1 if you have the `seteuid' function. */\r
+/* Define to 1 if you have the 'seteuid' function. */\r
 #undef HAVE_SETEUID\r
 \r
-/* Define to 1 if you have the `setgid' function. */\r
+/* Define to 1 if you have the 'setgid' function. */\r
 #undef HAVE_SETGID\r
 \r
 /* Define if you have the 'setgroups' function. */\r
 #undef HAVE_SETGROUPS\r
 \r
-/* Define to 1 if you have the `setitimer' function. */\r
+/* Define to 1 if you have the 'setitimer' function. */\r
 #undef HAVE_SETITIMER\r
 \r
-/* Define to 1 if you have the `setlocale' function. */\r
+/* Define to 1 if you have the 'setlocale' function. */\r
 #define HAVE_SETLOCALE    1\r
 \r
-/* Define to 1 if you have the `setpgid' function. */\r
+/* Define to 1 if you have the 'setpgid' function. */\r
 #undef HAVE_SETPGID\r
 \r
-/* Define to 1 if you have the `setpgrp' function. */\r
+/* Define to 1 if you have the 'setpgrp' function. */\r
 #undef HAVE_SETPGRP\r
 \r
-/* Define to 1 if you have the `setregid' function. */\r
+/* Define to 1 if you have the 'setregid' function. */\r
 #undef HAVE_SETREGID\r
 \r
-/* Define to 1 if you have the `setresgid' function. */\r
+/* Define to 1 if you have the 'setresgid' function. */\r
 #undef HAVE_SETRESGID\r
 \r
-/* Define to 1 if you have the `setresuid' function. */\r
+/* Define to 1 if you have the 'setresuid' function. */\r
 #undef HAVE_SETRESUID\r
 \r
-/* Define to 1 if you have the `setreuid' function. */\r
+/* Define to 1 if you have the 'setreuid' function. */\r
 #undef HAVE_SETREUID\r
 \r
-/* Define to 1 if you have the `setsid' function. */\r
+/* Define to 1 if you have the 'setsid' function. */\r
 #undef HAVE_SETSID\r
 \r
-/* Define to 1 if you have the `setuid' function. */\r
+/* Define to 1 if you have the 'setuid' function. */\r
 #undef HAVE_SETUID\r
 \r
-/* Define to 1 if you have the `setvbuf' function. */\r
+/* Define to 1 if you have the 'setvbuf' function. */\r
 #define HAVE_SETVBUF    1\r
 \r
 /* Define to 1 if you have the <shadow.h> header file. */\r
 #undef HAVE_SHADOW_H\r
 \r
-/* Define to 1 if you have the `sigaction' function. */\r
+/* Define to 1 if you have the 'sigaction' function. */\r
 #undef HAVE_SIGACTION\r
 \r
-/* Define to 1 if you have the `siginterrupt' function. */\r
+/* Define to 1 if you have the 'siginterrupt' function. */\r
 #undef HAVE_SIGINTERRUPT\r
 \r
 /* Define to 1 if you have the <signal.h> header file. */\r
 #define HAVE_SIGNAL_H   1\r
 \r
-/* Define to 1 if you have the `sigrelse' function. */\r
+/* Define to 1 if you have the 'sigrelse' function. */\r
 #undef HAVE_SIGRELSE\r
 \r
-/* Define to 1 if you have the `snprintf' function. */\r
+/* Define to 1 if you have the 'snprintf' function. */\r
 #define HAVE_SNPRINTF   1\r
 \r
 /* Define if sockaddr has sa_len member */\r
 /* Define if your compiler provides ssize_t */\r
 #define HAVE_SSIZE_T    1\r
 \r
-/* Define to 1 if you have the `statvfs' function. */\r
+/* Define to 1 if you have the 'statvfs' function. */\r
 #undef HAVE_STATVFS\r
 \r
 /* Define if you have struct stat.st_mtim.tv_nsec */\r
 /* Define to 1 if you have the <stdlib.h> header file. */\r
 #define HAVE_STDLIB_H   1\r
 \r
-/* Define to 1 if you have the `strdup' function. */\r
+/* Define to 1 if you have the 'strdup' function. */\r
 #define HAVE_STRDUP     1\r
 \r
-/* Define to 1 if you have the `strftime' function. */\r
+/* Define to 1 if you have the 'strftime' function. */\r
 #define HAVE_STRFTIME   1\r
 \r
 /* Define to 1 if you have the <strings.h> header file. */\r
 /* Define to 1 if you have the <stropts.h> header file. */\r
 #undef HAVE_STROPTS_H\r
 \r
-/* Define to 1 if `st_birthtime' is a member of `struct stat'. */\r
+/* Define to 1 if 'st_birthtime' is a member of 'struct stat'. */\r
 #define HAVE_STRUCT_STAT_ST_BIRTHTIME   1\r
 \r
-/* Define to 1 if `st_blksize' is a member of `struct stat'. */\r
+/* Define to 1 if 'st_blksize' is a member of 'struct stat'. */\r
 #define HAVE_STRUCT_STAT_ST_BLKSIZE     1\r
 \r
-/* Define to 1 if `st_blocks' is a member of `struct stat'. */\r
+/* Define to 1 if 'st_blocks' is a member of 'struct stat'. */\r
 #undef HAVE_STRUCT_STAT_ST_BLOCKS\r
 \r
-/* Define to 1 if `st_flags' is a member of `struct stat'. */\r
+/* Define to 1 if 'st_flags' is a member of 'struct stat'. */\r
 #undef HAVE_STRUCT_STAT_ST_FLAGS\r
 \r
-/* Define to 1 if `st_gen' is a member of `struct stat'. */\r
+/* Define to 1 if 'st_gen' is a member of 'struct stat'. */\r
 #undef HAVE_STRUCT_STAT_ST_GEN\r
 \r
-/* Define to 1 if `st_rdev' is a member of `struct stat'. */\r
+/* Define to 1 if 'st_rdev' is a member of 'struct stat'. */\r
 #undef HAVE_STRUCT_STAT_ST_RDEV\r
 \r
-/* Define to 1 if `tm_zone' is a member of `struct tm'. */\r
+/* Define to 1 if 'tm_zone' is a member of 'struct tm'. */\r
 #undef HAVE_STRUCT_TM_TM_ZONE\r
 \r
-/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use\r
-   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */\r
+/* Define to 1 if your 'struct stat' has 'st_blocks'. Deprecated, use\r
+   'HAVE_STRUCT_STAT_ST_BLOCKS' instead. */\r
 #undef HAVE_ST_BLOCKS\r
 \r
 /* Define if you have the 'symlink' function. */\r
 #undef HAVE_SYMLINK\r
 \r
-/* Define to 1 if you have the `sysconf' function. */\r
+/* Define to 1 if you have the 'sysconf' function. */\r
 #undef HAVE_SYSCONF\r
 \r
 /* Define to 1 if you have the <sysexits.h> header file. */\r
 /* Define to 1 if you have the <sys/bsdtty.h> header file. */\r
 #undef HAVE_SYS_BSDTTY_H\r
 \r
-/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.\r
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines 'DIR'.\r
    */\r
 #undef HAVE_SYS_DIR_H\r
 \r
 /* Define to 1 if you have the <sys/modem.h> header file. */\r
 #undef HAVE_SYS_MODEM_H\r
 \r
-/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.\r
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines 'DIR'.\r
    */\r
 #undef HAVE_SYS_NDIR_H\r
 \r
 /* Define to 1 if you have the system() command. */\r
 #define HAVE_SYSTEM       1\r
 \r
-/* Define to 1 if you have the `tcgetpgrp' function. */\r
+/* Define to 1 if you have the 'tcgetpgrp' function. */\r
 #undef HAVE_TCGETPGRP\r
 \r
-/* Define to 1 if you have the `tcsetpgrp' function. */\r
+/* Define to 1 if you have the 'tcsetpgrp' function. */\r
 #undef HAVE_TCSETPGRP\r
 \r
-/* Define to 1 if you have the `tempnam' function. */\r
+/* Define to 1 if you have the 'tempnam' function. */\r
 #define HAVE_TEMPNAM      1\r
 \r
 /* Define to 1 if you have the <termios.h> header file. */\r
 /* Define to 1 if you have the <term.h> header file. */\r
 #undef HAVE_TERM_H\r
 \r
-/* Define to 1 if you have the `tgamma' function. */\r
+/* Define to 1 if you have the 'tgamma' function. */\r
 #undef HAVE_TGAMMA\r
 \r
 /* Define to 1 if you have the <thread.h> header file. */\r
 #undef HAVE_THREAD_H\r
 \r
-/* Define to 1 if you have the `timegm' function. */\r
+/* Define to 1 if you have the 'timegm' function. */\r
 #undef HAVE_TIMEGM\r
 \r
-/* Define to 1 if you have the `times' function. */\r
+/* Define to 1 if you have the 'times' function. */\r
 #undef HAVE_TIMES\r
 \r
-/* Define to 1 if you have the `tmpfile' function. */\r
+/* Define to 1 if you have the 'tmpfile' function. */\r
 #define HAVE_TMPFILE    1\r
 \r
-/* Define to 1 if you have the `tmpnam' function. */\r
+/* Define to 1 if you have the 'tmpnam' function. */\r
 #define HAVE_TMPNAM     1\r
 \r
-/* Define to 1 if you have the `tmpnam_r' function. */\r
+/* Define to 1 if you have the 'tmpnam_r' function. */\r
 #undef HAVE_TMPNAM_R\r
 \r
-/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use\r
-   `HAVE_STRUCT_TM_TM_ZONE' instead. */\r
+/* Define to 1 if your 'struct tm' has 'tm_zone'. Deprecated, use\r
+   'HAVE_STRUCT_TM_TM_ZONE' instead. */\r
 #undef HAVE_TM_ZONE\r
 \r
-/* Define to 1 if you have the `truncate' function. */\r
+/* Define to 1 if you have the 'truncate' function. */\r
 #undef HAVE_TRUNCATE\r
 \r
-/* Define to 1 if you don't have `tm_zone' but do have the external array\r
-   `tzname'. */\r
+/* Define to 1 if you don't have 'tm_zone' but do have the external array\r
+   'tzname'. */\r
 #undef HAVE_TZNAME\r
 \r
 /* Define this if you have tcl and TCL_UTF_MAX==6 */\r
 #undef HAVE_UCS4_TCL\r
 \r
-/* Define to 1 if the system has the type `uintptr_t'. */\r
+/* Define to 1 if the system has the type 'uintptr_t'. */\r
 #define HAVE_UINTPTR_T    1\r
 \r
-/* Define to 1 if you have the `uname' function. */\r
+/* Define to 1 if you have the 'uname' function. */\r
 #undef HAVE_UNAME\r
 \r
 /* Define to 1 if you have the <unistd.h> header file. */\r
 #define HAVE_UNISTD_H                   1\r
 \r
-/* Define to 1 if you have the `unsetenv' function. */\r
+/* Define to 1 if you have the 'unsetenv' function. */\r
 #undef HAVE_UNSETENV\r
 \r
 /* Define if you have a useable wchar_t type defined in wchar.h; useable means\r
 /* Define to 1 if you have the <util.h> header file. */\r
 #undef HAVE_UTIL_H\r
 \r
-/* Define to 1 if you have the `utimes' function. */\r
+/* Define to 1 if you have the 'utimes' function. */\r
 #undef HAVE_UTIMES\r
 \r
 /* Define to 1 if you have the <utime.h> header file. */\r
 #define HAVE_UTIME_H    1\r
 \r
-/* Define to 1 if you have the `wait3' function. */\r
+/* Define to 1 if you have the 'wait3' function. */\r
 #undef HAVE_WAIT3\r
 \r
-/* Define to 1 if you have the `wait4' function. */\r
+/* Define to 1 if you have the 'wait4' function. */\r
 #undef HAVE_WAIT4\r
 \r
-/* Define to 1 if you have the `waitpid' function. */\r
+/* Define to 1 if you have the 'waitpid' function. */\r
 #undef HAVE_WAITPID\r
 \r
 /* Define if the compiler provides a wchar.h header file. */\r
 #define HAVE_WCHAR_H    1\r
 \r
-/* Define to 1 if you have the `wcscoll' function. */\r
+/* Define to 1 if you have the 'wcscoll' function. */\r
 #define HAVE_WCSCOLL    1\r
 \r
 /* Define if tzset() actually switches the local timezone in a meaningful way.\r
 /* Define if the zlib library has inflateCopy */\r
 #undef HAVE_ZLIB_COPY\r
 \r
-/* Define to 1 if you have the `_getpty' function. */\r
+/* Define to 1 if you have the '_getpty' function. */\r
 #undef HAVE__GETPTY\r
 \r
 /* Define if you are using Mach cthreads directly under /include */\r
 /* Define if you are using Mach cthreads under mach / */\r
 #undef MACH_C_THREADS\r
 \r
-/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.\r
+/* Define to 1 if 'major', 'minor', and 'makedev' are declared in <mkdev.h>.\r
    */\r
 #undef MAJOR_IN_MKDEV\r
 \r
-/* Define to 1 if `major', `minor', and `makedev' are declared in\r
+/* Define to 1 if 'major', 'minor', and 'makedev' are declared in\r
    <sysmacros.h>. */\r
 #undef MAJOR_IN_SYSMACROS\r
 \r
 /* Define if i>>j for signed int i does not extend the sign bit when i < 0 */\r
 #undef SIGNED_RIGHT_SHIFT_ZERO_FILLS\r
 \r
-/* The size of `double', as computed by sizeof. */\r
+/* The size of 'double', as computed by sizeof. */\r
 #define SIZEOF_DOUBLE     8\r
 \r
-/* The size of `float', as computed by sizeof. */\r
+/* The size of 'float', as computed by sizeof. */\r
 #define SIZEOF_FLOAT      4\r
 \r
-/* The size of `fpos_t', as computed by sizeof. */\r
+/* The size of 'fpos_t', as computed by sizeof. */\r
 #define SIZEOF_FPOS_T     8\r
 \r
-/* The size of `int', as computed by sizeof. */\r
+/* The size of 'int', as computed by sizeof. */\r
 #define SIZEOF_INT        4\r
 \r
-/* The size of `long', as computed by sizeof. */\r
+/* The size of 'long', as computed by sizeof. */\r
 #if defined(_MSC_VER)           /* Handle Microsoft VC++ compiler specifics. */\r
 #define SIZEOF_LONG       4\r
 #else\r
 #define SIZEOF_LONG       8\r
 #endif\r
 \r
-/* The size of `long double', as computed by sizeof. */\r
+/* The size of 'long double', as computed by sizeof. */\r
 #undef SIZEOF_LONG_DOUBLE\r
 \r
-/* The size of `long long', as computed by sizeof. */\r
+/* The size of 'long long', as computed by sizeof. */\r
 #define SIZEOF_LONG_LONG  8\r
 \r
-/* The size of `off_t', as computed by sizeof. */\r
+/* The size of 'off_t', as computed by sizeof. */\r
 #define SIZEOF_OFF_T      8\r
 \r
-/* The size of `pid_t', as computed by sizeof. */\r
+/* The size of 'pid_t', as computed by sizeof. */\r
 #define SIZEOF_PID_T      4\r
 \r
-/* The size of `pthread_t', as computed by sizeof. */\r
+/* The size of 'pthread_t', as computed by sizeof. */\r
 #undef SIZEOF_PTHREAD_T\r
 \r
-/* The size of `short', as computed by sizeof. */\r
+/* The size of 'short', as computed by sizeof. */\r
 #define SIZEOF_SHORT      2\r
 \r
-/* The size of `size_t', as computed by sizeof. */\r
+/* The size of 'size_t', as computed by sizeof. */\r
 #define SIZEOF_SIZE_T     8\r
 \r
-/* The size of `time_t', as computed by sizeof. */\r
+/* The size of 'time_t', as computed by sizeof. */\r
 #define SIZEOF_TIME_T     4\r
 \r
-/* The size of `uintptr_t', as computed by sizeof. */\r
+/* The size of 'uintptr_t', as computed by sizeof. */\r
 #define SIZEOF_UINTPTR_T  8\r
 \r
-/* The size of `void *', as computed by sizeof. */\r
+/* The size of 'void *', as computed by sizeof. */\r
 #define SIZEOF_VOID_P     8\r
 \r
-/* The size of `wchar_t', as computed by sizeof. */\r
+/* The size of 'wchar_t', as computed by sizeof. */\r
 #define SIZEOF_WCHAR_T    2\r
 \r
-/* The size of `_Bool', as computed by sizeof. */\r
+/* The size of '_Bool', as computed by sizeof. */\r
 #define SIZEOF__BOOL      1\r
 \r
 /* Define to 1 if you have the ANSI C header files. */\r
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */\r
 #undef TIME_WITH_SYS_TIME\r
 \r
-/* Define to 1 if your <sys/time.h> declares `struct tm'. */\r
+/* Define to 1 if your <sys/time.h> declares 'struct tm'. */\r
 #undef TM_IN_SYS_TIME\r
 \r
 /* Enable extensions on AIX 3, Interix.  */\r
 /* Define to activate features from IEEE Stds 1003.1-2001 */\r
 #undef _POSIX_C_SOURCE\r
 \r
-/* Define to 1 if you need to in order for `stat' and other things to work. */\r
+/* Define to 1 if you need to in order for 'stat' and other things to work. */\r
 #undef _POSIX_SOURCE\r
 \r
 /* Define if you have POSIX threads, and your system does not define that. */\r
 /* Define on FreeBSD to activate all library features */\r
 #undef __BSD_VISIBLE\r
 \r
-/* Define to 1 if type `char' is unsigned and you are not using gcc.  */\r
+/* Define to 1 if type 'char' is unsigned and you are not using gcc.  */\r
 #ifndef __CHAR_UNSIGNED__\r
 # undef __CHAR_UNSIGNED__\r
 #endif\r
 /* Define to 'long' if <time.h> doesn't define. */\r
 //#undef clock_t\r
 \r
-/* Define to empty if `const' does not conform to ANSI C. */\r
+/* Define to empty if 'const' does not conform to ANSI C. */\r
 //#undef const\r
 \r
-/* Define to `int' if <sys/types.h> doesn't define. */\r
+/* Define to 'int' if <sys/types.h> doesn't define. */\r
 //#undef gid_t\r
 \r
 /* Define to the type of a signed integer type of width exactly 32 bits if\r
    such a type exists and the standard includes do not define it. */\r
 //#undef int64_t\r
 \r
-/* Define to `int' if <sys/types.h> does not define. */\r
+/* Define to 'int' if <sys/types.h> does not define. */\r
 //#undef mode_t\r
 \r
-/* Define to `long int' if <sys/types.h> does not define. */\r
+/* Define to 'long int' if <sys/types.h> does not define. */\r
 //#undef off_t\r
 \r
-/* Define to `int' if <sys/types.h> does not define. */\r
+/* Define to 'int' if <sys/types.h> does not define. */\r
 //#undef pid_t\r
 \r
 /* Define to empty if the keyword does not work. */\r
 //#undef signed\r
 \r
-/* Define to `unsigned int' if <sys/types.h> does not define. */\r
+/* Define to 'unsigned int' if <sys/types.h> does not define. */\r
 //#undef size_t\r
 \r
-/* Define to `int' if <sys/socket.h> does not define. */\r
+/* Define to 'int' if <sys/socket.h> does not define. */\r
 //#undef socklen_t\r
 \r
-/* Define to `int' if <sys/types.h> doesn't define. */\r
+/* Define to 'int' if <sys/types.h> doesn't define. */\r
 //#undef uid_t\r
 \r
 /* Define to the type of an unsigned integer type of width exactly 32 bits if\r