/[autoconf]/autoconf/lib/autoscan/autoscan.pre
ViewVC logotype

Diff of /autoconf/lib/autoscan/autoscan.pre

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by akim, Sat Sep 28 14:07:47 2002 UTC revision 1.3 by akim, Sat Sep 28 16:38:48 2002 UTC
# Line 16  Line 16 
16  # along with this program; if not, write to the Free Software  # along with this program; if not, write to the Free Software
17  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18  # 02111-1307, USA.  # 02111-1307, USA.
   
 # Functions that have their own macros.  
 function: bcmp                    AC_HEADER_STDC  
 function: bcopy                   AC_HEADER_STDC  
 function: bzero                   AC_CHECK_FUNCS  
 function: bzero                   AC_HEADER_STDC  
 function: dcgettext               AM_GNU_GETTEXT  
 function: error                   AC_FUNC_ERROR_AT_LINE  
 function: fnmatch                 AC_FUNC_FNMATCH  
 function: index                   AC_HEADER_STDC  
 function: ioctl                   AC_PROG_GCC_TRADITIONAL  
 function: major                   AC_HEADER_MAJOR  
 function: makedev                 AC_HEADER_MAJOR  
 function: memchr                  AC_CHECK_FUNCS  
 function: memchr                  AC_HEADER_STDC  
 function: memcpy                  AC_HEADER_STDC  
 function: memmove                 AC_CHECK_FUNCS  
 function: memmove                 AC_HEADER_STDC  
 function: memset                  AC_CHECK_FUNCS  
 function: memset                  AC_HEADER_STDC  
 function: minor                   AC_HEADER_MAJOR  
 function: rindex                  AC_HEADER_STDC  
 function: signal                  AC_TYPE_SIGNAL  
 function: utime                   AC_CHECK_FUNCS  
 function: vfork                   AC_FUNC_FORK  
   
 # Functions we should no longer use.  
 function: getwd          warn: getwd is deprecated, use getcwd instead  
   
   
   
 # Headers with specific macros.  
 header: X11/Xlib.h      AC_PATH_X  
 header: alloca.h        AC_FUNC_ALLOCA  
 header: dirent.h        AC_HEADER_DIRENT  
 header: float.h         AC_CHECK_HEADERS  
 header: float.h         AC_HEADER_STDC  
 header: ndir.h          AC_HEADER_DIRENT  
 header: stdarg.h        AC_HEADER_STDC  
 header: stddef.h        AC_CHECK_HEADERS  
 header: stddef.h        AC_HEADER_STDC  
 header: stdlib.h        AC_CHECK_HEADERS  
 header: stdlib.h        AC_HEADER_STDC  
 header: string.h        AC_CHECK_HEADERS  
 header: string.h        AC_HEADER_STDC  
 header: sys/dir.h       AC_HEADER_DIRENT  
 header: sys/mkdev.h     AC_HEADER_MAJOR  
 header: sys/ndir.h      AC_HEADER_DIRENT  
 header: sys/wait.h      AC_HEADER_SYS_WAIT  
   
 # Keywords.  
 identifier: const           AC_C_CONST  
 identifier: inline          AC_C_INLINE  
   
 # Variables.  
 identifier: sys_siglist     AC_DECL_SYS_SIGLIST  
   
 # Types.  
 identifier: gid_t           AC_TYPE_UID_T  
 identifier: mode_t          AC_TYPE_MODE_T  
 identifier: obstack         AC_FUNC_OBSTACK  
 identifier: off_t           AC_TYPE_OFF_T  
 identifier: pid_t           AC_TYPE_PID_T  
 identifier: ptrdiff_t       AC_CHECK_TYPES  
 identifier: size_t          AC_TYPE_SIZE_T  
 identifier: timeval         AC_HEADER_TIME  
 identifier: tm              AC_STRUCT_TM  
 identifier: uid_t           AC_TYPE_UID_T  
   
   
 makevar: CC              AC_PROG_CC  
 makevar: CPP             AC_PROG_CPP  
 makevar: CXX             AC_PROG_CXX  
   
 program: CC              AC_PROG_CXX  
 program: c++             AC_PROG_CXX  
 program: cc              AC_PROG_CC  
 program: cpp             AC_PROG_CPP  
 program: g++             AC_PROG_CXX  
 program: gcc             AC_PROG_CC  

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26