view lib/filemode.h @ 2109:7225b2638fc2

Port to autoconf 2.13.
author Jim Meyering <jim@meyering.net>
date Wed, 12 Jan 2000 06:40:10 +0000 (2000-01-12)
parents 6dfbec8a5a2d
children c6450308f123
line wrap: on
line source
#ifndef FILEMODE_H_

# if HAVE_CONFIG_H
#  include <config.h>
# endif

# include <sys/types.h>

# ifndef PARAMS
#  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
#   define PARAMS(Args) Args
#  else
#   define PARAMS(Args) ()
#  endif
# endif

void mode_string PARAMS ((mode_t mode, char *str));

#endif