home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / src / config.h.in-sasc < prev    next >
Text File  |  1996-09-28  |  9KB  |  285 lines

  1. /* src/config.h.  Generated automatically by configure and HAND MODIFIED
  2.    for use with SAS/C on AmigaOS.  Must track any changes in automatically
  3.    generated config.h, preserved as config.h-gcc.  */
  4.  
  5. /* GNU Emacs site configuration template file.  -*- C -*-
  6.    Copyright (C) 1988, 1993, 1994 Free Software Foundation, Inc.
  7.  
  8. This file is part of GNU Emacs.
  9.  
  10. GNU Emacs is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY.  No author or distributor
  12. accepts responsibility to anyone for the consequences of using it
  13. or for whether it serves any particular purpose or works at all,
  14. unless he says so in writing.  Refer to the GNU Emacs General Public
  15. License for full details.
  16.  
  17. Everyone is granted permission to copy, modify and redistribute
  18. GNU Emacs, but only under the conditions described in the
  19. GNU Emacs General Public License.   A copy of this license is
  20. supposed to have been given to you along with GNU Emacs so you
  21. can know your rights and responsibilities.  It should be in a
  22. file named COPYING.  Among other things, the copyright notice
  23. and this notice must be preserved on all copies.  */
  24.  
  25.  
  26. /* No code in Emacs #includes config.h twice, but some of the code
  27.    intended to work with other packages as well (like gmalloc.c) 
  28.    think they can include it as many times as they like.  */
  29. #ifndef EMACS_CONFIG_H
  30. #define EMACS_CONFIG_H
  31.  
  32.  
  33. /* These are all defined in the top-level Makefile by configure.
  34.    They're here only for reference.  */
  35.  
  36. /* Define LISP_FLOAT_TYPE if you want emacs to support floating-point
  37.    numbers. */
  38. /* #undef LISP_FLOAT_TYPE */
  39.  
  40. /* Define GNU_MALLOC if you want to use the *new* GNU memory allocator. */
  41. /* #undef GNU_MALLOC */
  42.  
  43. /* Define REL_ALLOC if you want to use the relocating allocator for
  44.    buffer space. */
  45. /* #undef REL_ALLOC */
  46.   
  47. /* Define HAVE_X_WINDOWS if you want to use the X window system.  */
  48. /* #undef HAVE_X_WINDOWS */
  49.  
  50. /* Define HAVE_X11 if you want to use version 11 of X windows.
  51.    Otherwise, Emacs expects to use version 10.  */
  52. /* #undef HAVE_X11 */
  53.  
  54. /* Define if we have the X11R6 or newer.  */
  55. /* #undef HAVE_X11R6 */
  56.  
  57. /* Define if using an X toolkit.  */
  58. /* #undef USE_X_TOOLKIT */
  59.  
  60. /* Define this if you're using XFree386.  */
  61. /* #undef HAVE_XFREE386 */
  62.  
  63. /* Define HAVE_X_MENU if you want to use the X window menu system.
  64.    This appears to work on some machines that support X
  65.    and not on others.  */
  66. /* #undef HAVE_X_MENU */
  67.  
  68. /* Define if we have the X11R6 or newer version of Xt.  */
  69. /* #undef HAVE_X11XTR6 */
  70.  
  71. /* Define if netdb.h declares h_errno.  */
  72. /* #undef HAVE_H_ERRNO */
  73.  
  74. /* If we're using any sort of window system, define MULTI_FRAME.  */
  75. #ifdef HAVE_X_WINDOWS
  76. #define MULTI_FRAME
  77. #endif
  78.  
  79. /* Define USE_TEXT_PROPERTIES to support visual and other properties
  80.    on text. */
  81. #define USE_TEXT_PROPERTIES
  82.  
  83. /* Define USER_FULL_NAME to return a string
  84.    that is the user's full name.
  85.    It can assume that the variable `pw'
  86.    points to the password file entry for this user.
  87.  
  88.    At some sites, the pw_gecos field contains
  89.    the user's full name.  If neither this nor any other
  90.    field contains the right thing, use pw_name,
  91.    giving the user's login name, since that is better than nothing.  */
  92. #define USER_FULL_NAME pw->pw_gecos
  93.  
  94. /* Define AMPERSAND_FULL_NAME if you use the convention
  95.    that & in the full name stands for the login id.  */
  96. /* #undef AMPERSAND_FULL_NAME */
  97.  
  98. /* Some things figured out by the configure script, grouped as they are in
  99.    configure.in.  */
  100. /* #undef HAVE_SYS_TIMEB_H */
  101. /* #undef HAVE_SYS_TIME_H */
  102. /* #undef HAVE_UNISTD_H */
  103. /* #undef STDC_HEADERS */
  104. /* #undef TIME_WITH_SYS_TIME */
  105.  
  106. /* #undef HAVE_LIBDNET */
  107. /* #undef HAVE_LIBRESOLV */
  108.  
  109. /* #undef HAVE_ALLOCA_H */
  110.  
  111. /* #undef HAVE_GETTIMEOFDAY */
  112. /* #undef HAVE_GETHOSTNAME */
  113. /* #undef HAVE_DUP2 */
  114. /* #undef HAVE_RENAME */
  115. /* #undef HAVE_CLOSEDIR */
  116.  
  117. /* #undef TM_IN_SYS_TIME */
  118. /* #undef HAVE_TM_ZONE */
  119. /* #undef HAVE_TZNAME */
  120.  
  121. /* #undef const */
  122.  
  123. /* #undef HAVE_LONG_FILE_NAMES */
  124.  
  125. /* #undef CRAY_STACKSEG_END */
  126. /* #undef STACK_DIRECTION */
  127.  
  128. #define UNEXEC_SRC amiga_dump.c
  129.  
  130. /* #undef HAVE_LIBXBSD */
  131. /* #undef HAVE_XRMSETDATABASE */
  132. /* #undef HAVE_XSCREENRESOURCESTRING */
  133. /* #undef HAVE_XSCREENNUMBEROFSCREEN */
  134. /* #undef HAVE_XSETWMPROTOCOLS */
  135.  
  136. /* #undef HAVE_MKDIR */
  137. /* #undef HAVE_RMDIR */
  138. /* #undef HAVE_RANDOM */
  139. /* #undef HAVE_LRAND48 */
  140. /* #undef HAVE_BCOPY */
  141. /* #undef HAVE_BCMP */
  142. /* #undef HAVE_LOGB */
  143. /* #undef HAVE_FREXP */
  144. /* #undef HAVE_FMOD */
  145. /* #undef HAVE_FTIME */
  146. /* #undef HAVE_RES_INIT */ /* For -lresolv on Suns.  */
  147. /* #undef HAVE_SETSID */
  148. /* #undef HAVE_FPATHCONF */
  149.  
  150. /* #undef HAVE_INET_SOCKETS */
  151.  
  152. /* #undef HAVE_AIX_SMT_EXP */
  153.  
  154. /* Define if you have the ANSI `strerror' function.
  155.    Otherwise you must have the variable `char *sys_errlist[]'.  */
  156. #define HAVE_STRERROR
  157.  
  158. /* Define if `sys_siglist' is declared by <signal.h>.  */
  159. /* #undef SYS_SIGLIST_DECLARED */
  160.  
  161. /* If using GNU, then support inline function declarations. */
  162. #ifdef __GNUC__
  163. #define INLINE __inline__
  164. #else
  165. #define INLINE
  166. #endif
  167.  
  168. #define EMACS_CONFIGURATION "amigaos"
  169.  
  170. /* The configuration script defines opsysfile to be the name of the
  171.    s/*.h file that describes the system type you are using.  The file
  172.    is chosen based on the configuration name you give.
  173.  
  174.    See the file ../etc/MACHINES for a list of systems and the
  175.    configuration names to use for them.
  176.  
  177.    See s/template.h for documentation on writing s/*.h files.  */
  178. #define config_opsysfile "s/amigaos.h" 
  179. #include config_opsysfile
  180.  
  181. /* The configuration script defines machfile to be the name of the
  182.    m/*.h file that describes the machine you are using.  The file is
  183.    chosen based on the configuration name you give.
  184.  
  185.    See the file ../etc/MACHINES for a list of machines and the
  186.    configuration names to use for them.
  187.  
  188.    See m/template.h for documentation on writing m/*.h files.  */
  189. #define config_machfile "m/amiga.h"
  190. #include config_machfile
  191.  
  192. /* These typedefs shouldn't appear when alloca.s or Makefile.in
  193.    includes config.h.  */
  194. #ifndef NOT_C_CODE
  195. #ifndef SPECIAL_EMACS_INT
  196. typedef long EMACS_INT;
  197. typedef unsigned long EMACS_UINT;
  198. #endif
  199. #endif
  200.  
  201. /* Load in the conversion definitions if this system
  202.    needs them and the source file being compiled has not
  203.    said to inhibit this.  There should be no need for you
  204.    to alter these lines.  */
  205.  
  206. #ifdef SHORTNAMES
  207. #ifndef NO_SHORTNAMES
  208. #include "../shortnames/remap.h"
  209. #endif /* not NO_SHORTNAMES */
  210. #endif /* SHORTNAMES */
  211.  
  212. /* Define `subprocesses' should be defined if you want to
  213.    have code for asynchronous subprocesses
  214.    (as used in M-x compile and M-x shell).
  215.    These do not work for some USG systems yet;
  216.    for the ones where they work, the s/*.h file defines this flag.  */
  217.  
  218. #ifndef VMS
  219. #ifndef USG
  220. /* #define subprocesses */
  221. #endif
  222. #endif
  223.  
  224. /* Define LD_SWITCH_SITE to contain any special flags your loader may need.  */
  225. /* #undef LD_SWITCH_SITE */
  226.  
  227. /* Define C_SWITCH_SITE to contain any special flags your compiler needs.  */
  228. /* #undef C_SWITCH_SITE */
  229.  
  230. /* Define LD_SWITCH_X_SITE to contain any special flags your loader
  231.    may need to deal with X Windows.  For instance, if you've defined
  232.    HAVE_X_WINDOWS above and your X libraries aren't in a place that
  233.    your loader can find on its own, you might want to add "-L/..." or
  234.    something similar.  */
  235. /* #undef LD_SWITCH_X_SITE */
  236.  
  237. /* Define LD_SWITCH_X_SITE_AUX with an -R option
  238.    in case it's needed (for Solaris, for example).  */
  239. /* #undef LD_SWITCH_X_SITE_AUX */
  240.  
  241. /* Define C_SWITCH_X_SITE to contain any special flags your compiler
  242.    may need to deal with X Windows.  For instance, if you've defined
  243.    HAVE_X_WINDOWS above and your X include files aren't in a place
  244.    that your compiler can find on its own, you might want to add
  245.    "-I/..." or something similar.  */
  246. /* #undef C_SWITCH_X_SITE */
  247.  
  248. /* Define the return type of signal handlers if the s-xxx file
  249.    did not already do so.  */
  250. #define RETSIGTYPE void
  251.  
  252. /* SIGTYPE is the macro we actually use.  */
  253. #ifndef SIGTYPE
  254. #define SIGTYPE RETSIGTYPE
  255. #endif
  256.  
  257. /* The rest of the code currently tests the CPP symbol BSTRING.
  258.    Override any claims made by the system-description files.
  259.    Note that on some SCO version it is possible to have bcopy and not bcmp.  */
  260. /* #undef BSTRING */
  261. #if defined (HAVE_BCOPY) && defined (HAVE_BCMP)
  262. #define BSTRING
  263. #endif
  264.  
  265. #define HAVE_VOLATILE
  266.  
  267. /* Non-ANSI C compilers usually don't have volatile.  */
  268. #ifndef HAVE_VOLATILE
  269. #ifndef __STDC__
  270. #define volatile
  271. #endif
  272. #endif
  273.  
  274. /* Some of the files of Emacs which are intended for use with other
  275.    programs assume that if you have a config.h file, you must declare
  276.    the type of getenv.
  277.  
  278.    This declaration shouldn't appear when alloca.s or Makefile.in
  279.    includes config.h.  */
  280. #ifndef NOT_C_CODE
  281. extern char *getenv ();
  282. #endif
  283.  
  284. #endif /* EMACS_CONFIG_H */
  285.