* Deprecated SCM_RWSTRINGP and SCM_VALIDATE_RWSTRING.
[bpt/guile.git] / acconfig.h
index e87ce02..dd51a22 100644 (file)
@@ -1,9 +1,8 @@
 /* acconfig.h --- documentation for symbols possibly defined in scmconfig.h
- * written by Jim Blandy <jimb@cyclic.com> --- August 1996
  * The `autoheader' command, from the autoconf suite, generates
  * libguile/scmconfig.h, based on configure.in and this file.
  *
- *     Copyright (C) 1998 Free Software Foundation, Inc.
+ *     Copyright (C) 1998, 2000 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * If you do not wish that, delete this exception notice.  */
 \f
 
-#ifndef PORTSH
-#define PORTSH
-
 /* Define these two if you want support for debugging of Scheme
    programs.  */
 #undef DEBUG_EXTENSIONS
 #undef READER_EXTENSIONS
 
-/* Define this if your system has a way to set a stdio stream's file
-   descriptor.  */
-#undef FD_SETTER
-
-/* Set this to the name of a field in FILE which contains the number
-   of buffered characters waiting to be read.  */
-#undef FILE_CNT_FIELD
+/* Define this if you want to debug the free list (helps w/ GC bugs) */
+#undef GUILE_DEBUG_FREELIST
 
-/* Define this if your stdio has _gptr and _egptr fields which can
-   be compared to give the number of buffered characters waiting to
-   be read.  */
-#undef FILE_CNT_GPTR
+/* Define this if you want to debug scm_must_malloc/realloc/free calls */
+#undef GUILE_DEBUG_MALLOC
 
-/* Define this if your stdio has _IO_read_ptr and _IO_read_end fields
-   which can be compared to give the number of buffered characters
-   waiting to be read.  */
-#undef FILE_CNT_READPTR
+/* Define this if your system defines S_ISLNK in sys/stat.h */
+#undef HAVE_S_ISLNK
 
 /* Define this if your system defines struct linger, for use with the
    getsockopt and setsockopt system calls.  */
 #undef HAVE_STRUCT_LINGER
 
+/* Define this if your system defines struct timespec via <time.h>. */
+#undef HAVE_STRUCT_TIMESPEC
+
 /* Define this if floats are the same size as longs.  */
 #undef SCM_SINGLES
 
 /* Define to implement scm_internal_select */
 #undef GUILE_ISELECT
 
+/* Define to enable workaround for COOP-linuxthreads compatibility */
+#undef GUILE_PTHREAD_COMPAT
+
 /* Define if using cooperative multithreading.  */
 #undef USE_COOP_THREADS
 
-/* Define if using "FSU" pthreads.  */
-#undef USE_FSU_PTHREADS
-
-/* Define if using MIT pthreads.  */
-#undef USE_MIT_PTHREADS
-
-/* Define if using PCthreads pthreads.  */
-#undef USE_PCTHREADS_PTHREADS
-
 /* Define if using any sort of threads.  */
 #undef USE_THREADS
 
 /* Define if dlsym automatically supplies a leading underscore. */
 #undef DLSYM_ADDS_USCORE
 
+/* Define if h_errno is declared in netdb.h.  */
+#undef HAVE_H_ERRNO
+
+/* Define if localtime caches the TZ setting.  */
+#undef LOCALTIME_CACHE
+
 /* Define if the operating system can restart system calls.  */
 #undef HAVE_RESTARTS
 
 /* Define if the system supports Unix-domain (file-domain) sockets.  */
 #undef HAVE_UNIX_DOMAIN_SOCKETS
 
+/* Define this if you want support for arrays and uniform arrays.  */
+#undef HAVE_ARRAYS
+
 /* This is included as part of a workaround for a autoheader bug. */
 #undef HAVE_REGCOMP
 
+/* Define this if you want support for POSIX system calls in Guile.  */
+#undef HAVE_POSIX
+
+/* Define this if you want support for networking in Guile.  */
+#undef HAVE_NETWORKING
+
 /* Define if the operating system supplies bzero without declaring it. */
 #undef MISSING_BZERO_DECL
 
 
 /* Define if your readline library has the rl_getc_function variable.  */
 #undef HAVE_RL_GETC_FUNCTION
+
+/* Define if the compiler supports long longs.  */
+#undef HAVE_LONG_LONGS