pike.git/src/global.h:1:
/*
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: global.h,v 1.94 2003/11/07 18:28:05 mast Exp $
+ || $Id: global.h,v 1.95 2003/12/07 19:42:03 marcus Exp $
*/
#ifndef GLOBAL_H
#define GLOBAL_H
#if defined(__WINNT__) && !defined(__NT__)
#define __NT__
#endif
#ifndef _LARGEFILE_SOURCE
pike.git/src/global.h:465: Inside #if defined(POPEN_DECL_MISSING)
#ifdef POPEN_DECL_MISSING
FILE *popen PROT((char *,char *));
#endif
#ifdef GETENV_DECL_MISSING
char *getenv PROT((char *));
#endif
#ifdef USE_CRYPT_C
- char *crypt(char *, char *);
+ char *crypt(const char *, const char *);
#endif /* USE_CRYPT_C */
/* If this define is present, error() has been renamed to Pike_error() and
* error.h has been renamed to pike_error.h
* Expect to see other similar defines in the future. -Hubbe
*/
#define Pike_error_present
/* Compatibility... */
#define USE_PIKE_TYPE 2