STDARG=1 is the default until we can autoconf this

This commit is contained in:
mcafee%netscape.com 1999-01-22 04:07:13 +00:00
Родитель 9229101e5c
Коммит 5e70723196
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -38,12 +38,17 @@
*/
#include <stdio.h>
/* Hmm, everyone seems to be defining this. */
#define STDARG
#include <stdlib.h>
#ifdef STDARG
#include <stdarg.h>
#else
#include <varargs.h>
#endif
#include <memory.h>
#include <string.h>
#include <assert.h>
@ -60,6 +65,9 @@ int MsgPriority=5;
#define uint32 unsigned int
#endif
/* Hmm, everyone seems to be defining this. */
#define STDARG
typedef enum {
USE_LARGE_KEY,
USE_SMALL_KEY