diff options
author | dos-reis <gdr@axiomatics.org> | 2009-04-14 11:53:58 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2009-04-14 11:53:58 +0000 |
commit | c4fc20005aceb3af8b79f33cc9f44179b1ce011a (patch) | |
tree | 741ea5bd77158aeb6a2e94430dfb8650e67d96a6 /config | |
parent | 543ec512ef989a2d5209a8eb37b7d60b38f3c4fb (diff) | |
download | open-axiom-c4fc20005aceb3af8b79f33cc9f44179b1ce011a.tar.gz |
Fix SF/2760553
* lisp/core.lisp.in (associateRequestWithFileType): Remember
FILE-TYPE as default value for REQUEST.
(|processCommandLine|): Standard options have length at least 2.
(|handleCommandLine|): Use default file type if non is present.
Diffstat (limited to 'config')
-rw-r--r-- | config/openaxiom-c-macros.h.in | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in index a7cd9255..d96918ce 100644 --- a/config/openaxiom-c-macros.h.in +++ b/config/openaxiom-c-macros.h.in @@ -1,8 +1,5 @@ /* config/openaxiom-c-macros.h.in. Generated from configure.ac by autoheader. */ -/* Define if building universal (internal helper macro) */ -#undef AC_APPLE_UNIVERSAL_BUILD - /* BSD flavour */ #undef BSDplatform @@ -147,23 +144,15 @@ /* SunOS flavour */ #undef SUNplatform -/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most - significant byte first (like Motorola and SPARC, unlike Intel). */ -#if defined AC_APPLE_UNIVERSAL_BUILD -# if defined __BIG_ENDIAN__ -# define WORDS_BIGENDIAN 1 -# endif -#else -# ifndef WORDS_BIGENDIAN -# undef WORDS_BIGENDIAN -# endif -#endif +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, - <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the + <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the #define below would cause a syntax error. */ #undef _UINT8_T |