* Deprecated SCM_RWSTRINGP and SCM_VALIDATE_RWSTRING.
[bpt/guile.git] / acconfig.h
index 6f5fc71..dd51a22 100644 (file)
@@ -2,7 +2,7 @@
  * 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 you want to debug the free list (helps w/ GC bugs) */
+#undef GUILE_DEBUG_FREELIST
+
+/* Define this if you want to debug scm_must_malloc/realloc/free calls */
+#undef GUILE_DEBUG_MALLOC
+
 /* Define this if your system defines S_ISLNK in sys/stat.h */
 #undef HAVE_S_ISLNK
 
@@ -59,6 +62,9 @@
    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. */