pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:650:
#endif #ifdef POPEN_DECL_MISSING FILE *popen (char *,char *); #endif #ifdef GETENV_DECL_MISSING char *getenv (char *); #endif
-
#ifdef USE_CRYPT_C
-
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 /* Used in more than one place, better put it here */