[Nagiosplug-checkins] CVS: nagiosplug/lib ls-mntd-fs.m4,1.2,1.3 afs.m4,1.1,1.2

Karl DeBisschop kdebisschop at users.sourceforge.net
Tue Mar 18 00:51:09 CET 2003


Update of /cvsroot/nagiosplug/nagiosplug/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv14917/lib

Modified Files:
	ls-mntd-fs.m4 afs.m4 
Log Message:
use AC_DEFINE_UNQOUTED

Index: ls-mntd-fs.m4
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/ls-mntd-fs.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ls-mntd-fs.m4	18 Mar 2003 08:47:41 -0000	1.2
--- ls-mntd-fs.m4	18 Mar 2003 08:50:26 -0000	1.3
***************
*** 46,50 ****
    if test $fu_cv_sys_mounted_cray_listmntent = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE(MOUNTED_LISTMNTENT, 1,
        [Define if there is a function named listmntent that can be used to
     list all mounted filesystems. (UNICOS)])
--- 46,50 ----
    if test $fu_cv_sys_mounted_cray_listmntent = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE_UNQUOTED(MOUNTED_LISTMNTENT, 1,
        [Define if there is a function named listmntent that can be used to
     list all mounted filesystems. (UNICOS)])
***************
*** 67,71 ****
      if test $fu_cv_sys_mounted_getmntent1 = yes; then
        ac_list_mounted_fs=found
!       AC_DEFINE(MOUNTED_GETMNTENT1, 1,
    [Define if there is a function named getmntent for reading the list
     of mounted filesystems, and that function takes a single argument.
--- 67,71 ----
      if test $fu_cv_sys_mounted_getmntent1 = yes; then
        ac_list_mounted_fs=found
!       AC_DEFINE_UNQUOTED(MOUNTED_GETMNTENT1, 1,
    [Define if there is a function named getmntent for reading the list
     of mounted filesystems, and that function takes a single argument.
***************
*** 84,88 ****
      if test $fu_cv_sys_mounted_getmntent2 = yes; then
        ac_list_mounted_fs=found
!       AC_DEFINE(MOUNTED_GETMNTENT2, 1,
    [Define if there is a function named getmntent for reading the list of
     mounted filesystems, and that function takes two arguments.  (SVR4)])
--- 84,88 ----
      if test $fu_cv_sys_mounted_getmntent2 = yes; then
        ac_list_mounted_fs=found
!       AC_DEFINE_UNQUOTED(MOUNTED_GETMNTENT2, 1,
    [Define if there is a function named getmntent for reading the list of
     mounted filesystems, and that function takes two arguments.  (SVR4)])
***************
*** 111,115 ****
    if test $fu_cv_sys_mounted_getsstat = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE(MOUNTED_GETFSSTAT, 1,
  	      [Define if there is a function named getfsstat for reading the
     list of mounted filesystems.  (DEC Alpha running OSF/1)])
--- 111,115 ----
    if test $fu_cv_sys_mounted_getsstat = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE_UNQUOTED(MOUNTED_GETFSSTAT, 1,
  	      [Define if there is a function named getfsstat for reading the
     list of mounted filesystems.  (DEC Alpha running OSF/1)])
***************
*** 127,131 ****
    if test $fu_cv_sys_mounted_vmount = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE(MOUNTED_VMOUNT, 1,
  	[Define if there is a function named mntctl that can be used to read
     the list of mounted filesystems, and there is a system header file
--- 127,131 ----
    if test $fu_cv_sys_mounted_vmount = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE_UNQUOTED(MOUNTED_VMOUNT, 1,
  	[Define if there is a function named mntctl that can be used to read
     the list of mounted filesystems, and there is a system header file
***************
*** 147,151 ****
    if test $fu_cv_sys_mounted_fread_fstyp = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE(MOUNTED_FREAD_FSTYP, 1,
  [Define if (like SVR2) there is no specific function for reading the
     list of mounted filesystems, and your system has these header files:
--- 147,151 ----
    if test $fu_cv_sys_mounted_fread_fstyp = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE_UNQUOTED(MOUNTED_FREAD_FSTYP, 1,
  [Define if (like SVR2) there is no specific function for reading the
     list of mounted filesystems, and your system has these header files:
***************
*** 171,175 ****
    if test $fu_cv_sys_mounted_getmntinfo = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE(MOUNTED_GETMNTINFO, 1,
  	      [Define if there is a function named getmntinfo for reading the
     list of mounted filesystems.  (4.4BSD)])
--- 171,175 ----
    if test $fu_cv_sys_mounted_getmntinfo = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE_UNQUOTED(MOUNTED_GETMNTINFO, 1,
  	      [Define if there is a function named getmntinfo for reading the
     list of mounted filesystems.  (4.4BSD)])
***************
*** 189,193 ****
    if test $fu_cv_sys_mounted_getmnt = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE(MOUNTED_GETMNT, 1,
        [Define if there is a function named getmnt for reading the list of
     mounted filesystems.  (Ultrix)])
--- 189,193 ----
    if test $fu_cv_sys_mounted_getmnt = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE_UNQUOTED(MOUNTED_GETMNT, 1,
        [Define if there is a function named getmnt for reading the list of
     mounted filesystems.  (Ultrix)])
***************
*** 210,214 ****
    if test $fu_result = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE(MOUNTED_FS_STAT_DEV, 1,
        [Define if there are functions named next_dev and fs_stat_dev for
     reading the list of mounted filesystems.  (BeOS)])
--- 210,214 ----
    if test $fu_result = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE_UNQUOTED(MOUNTED_FS_STAT_DEV, 1,
        [Define if there are functions named next_dev and fs_stat_dev for
     reading the list of mounted filesystems.  (BeOS)])
***************
*** 226,230 ****
    if test $fu_cv_sys_mounted_fread = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE(MOUNTED_FREAD, 1,
  	      [Define if there is no specific function for reading the list of
     mounted filesystems.  fread will be used to read /etc/mnttab.  (SVR2) ])
--- 226,230 ----
    if test $fu_cv_sys_mounted_fread = yes; then
      ac_list_mounted_fs=found
!     AC_DEFINE_UNQUOTED(MOUNTED_FREAD, 1,
  	      [Define if there is no specific function for reading the list of
     mounted filesystems.  fread will be used to read /etc/mnttab.  (SVR2) ])

Index: afs.m4
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/afs.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** afs.m4	18 Mar 2003 07:47:37 -0000	1.1
--- afs.m4	18 Mar 2003 08:50:27 -0000	1.2
***************
*** 4,8 ****
    AC_MSG_CHECKING(for AFS)
    if test -d /afs; then
!     AC_DEFINE(AFS, 1, [Define if you have the Andrew File System.])
      ac_result=yes
    else
--- 4,8 ----
    AC_MSG_CHECKING(for AFS)
    if test -d /afs; then
!     AC_DEFINE_UNQUOTED(AFS, 1, [Define if you have the Andrew File System.])
      ac_result=yes
    else





More information about the Commits mailing list