acconfig.h 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. /* This is the configuration file for the Midnight Commander. It was generated
  2. by autoconf's configure.
  3. Configure for Midnight Commander
  4. Copyright (C) 1994, 1995 Janne Kukonlehto
  5. Copyright (C) 1994, 1995 Miguel de Icaza
  6. Copyright (C) 1995 Jakub Jelinek
  7. This program is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2 of the License, or
  10. (at your option) any later version.
  11. This program is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. GNU General Public License for more details.
  15. You should have received a copy of the GNU General Public License
  16. along with this program; if not, write to the Free Software
  17. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
  18. @TOP@
  19. #undef D_INO_IN_DIRENT
  20. #undef MOUNTED_FREAD
  21. #undef MOUNTED_FREAD_FSTYP
  22. #undef MOUNTED_GETFSSTAT
  23. #undef MOUNTED_GETMNT
  24. #undef MOUNTED_GETMNTENT1
  25. #undef MOUNTED_GETMNTENT2
  26. #undef MOUNTED_GETMNTINFO
  27. #undef MOUNTED_VMOUNT
  28. #undef STAT_STATFS2_BSIZE
  29. #undef STAT_STATFS2_FSIZE
  30. #undef STAT_STATFS2_FS_DATA
  31. #undef STAT_STATFS3_OSF1
  32. #undef STAT_STATFS4
  33. #undef STAT_STATVFS
  34. #undef HAVE_F_FSTYPENAME
  35. /* Define umode_t if your system does not provide it */
  36. #undef umode_t
  37. /* Define nlink_t if your system does not provide it */
  38. #undef nlink_t
  39. /* Is the program using the GPM library? */
  40. #undef HAVE_LIBGPM
  41. /* Is the text edition compiled with X11 support? */
  42. #undef HAVE_TEXTMODE_X11_SUPPORT
  43. /* Is the program using the distributed slang library? */
  44. #undef HAVE_SLANG
  45. /* Is the program using a system-installed slang library? */
  46. #undef HAVE_SYSTEM_SLANG
  47. /* Does the program have subshell support? */
  48. #undef HAVE_SUBSHELL_SUPPORT
  49. /* Found some version of curses that we're going to use */
  50. #undef HAS_CURSES
  51. /* Are you using other type of curses? */
  52. #undef OTHER_CURSES
  53. /* Is the subshell the default or optional? */
  54. #undef SUBSHELL_OPTIONAL
  55. /* Use SunOS SysV curses? */
  56. #undef USE_SUNOS_CURSES
  57. /* Use old BSD curses? */
  58. #undef USE_BSD_CURSES
  59. /* Use SystemV curses? */
  60. #undef USE_SYSV_CURSES
  61. /* Use Ncurses? */
  62. #undef USE_NCURSES
  63. /* If you Curses does not have color define this one */
  64. #undef NO_COLOR_CURSES
  65. /* Support the Midnight Commander Virtual File System? */
  66. #undef USE_VFS
  67. /* Support for the Memory Allocation Debugger */
  68. #undef HAVE_MAD
  69. /* If the Slang library will be using it's own terminfo instead of termcap */
  70. #undef SLANG_TERMINFO
  71. /* If Slang library should use termcap */
  72. #undef USE_TERMCAP
  73. /* If you have socket and the rest of the net functions use this */
  74. #undef USE_NETCODE
  75. /* If your operating system does not have enough space for a file name
  76. * in a struct dirent, then define this
  77. */
  78. #undef NEED_EXTRA_DIRENT_BUFFER
  79. /* Define this one if you want termnet support */
  80. #undef USE_TERMNET
  81. /* Defined if you have the file command */
  82. #undef HAVE_FILECMD
  83. /* Defined if you have shadow passwords on Linux */
  84. #undef LINUX_SHADOW
  85. /* Defined if you have the crypt prototype in neither unistd.h nor crypt.h */
  86. #undef NEED_CRYPT_PROTOTYPE
  87. /* Define if your system has struct linger */
  88. #undef HAVE_STRUCT_LINGER
  89. /* Define if your curses has this one (AIX, OSF/1) */
  90. #undef USE_SETUPTERM
  91. /* Link in ext2fs code for delfs experimental file system */
  92. #undef USE_EXT2FSLIB
  93. /* Define if you have putenv routine */
  94. #undef HAVE_PUTENV
  95. /* Define if you have isascii */
  96. #undef HAVE_ISASCII
  97. /* Define if your system uses PAM for auth stuff */
  98. #undef HAVE_PAM
  99. /* Define if you have the pmap_getmaps function */
  100. #undef HAVE_PMAP_GETMAPS
  101. /* Define if you have the get_process_stats function and have to use that instead of gettimeofday */
  102. #undef HAVE_GET_PROCESS_STATS
  103. /* Define if you want to call the internal routine edit() for the editor */
  104. #undef USE_INTERNAL_EDIT
  105. /* Define if your system has socketpair */
  106. #undef HAVE_SOCKETPAIR
  107. /* Do we have posix signals? */
  108. #undef HAVE_SIGACTION
  109. #undef HAVE_SIGPROCMASK
  110. #undef HAVE_SIGEMPTYSET
  111. #undef HAVE_SIGADDSET
  112. /* Version of ncurses */
  113. #undef NCURSES_970530
  114. #undef HAVE_STPCPY
  115. #undef ENABLE_NLS
  116. #undef HAVE_CATGETS
  117. #undef HAVE_GETTEXT
  118. #undef HAVE_LC_MESSAGES
  119. #undef WITH_SMBFS
  120. #undef HAVE_GNOME_WINDOW_ICON
  121. @BOTTOM@
  122. #include <extraconf.h>