can't have config.h and config.H in case-preserving but case-folding file-systems.
This commit is contained in:
parent
ccdf7d95e3
commit
b90df07acf
|
@ -1,92 +0,0 @@
|
|||
/* config.h
|
||||
* This file was produced by running the Configure script.
|
||||
*
|
||||
* Feel free to modify any of this as the need arises. Note, however,
|
||||
* that running Configure again will wipe out any changes you've made.
|
||||
*/
|
||||
|
||||
|
||||
#/*undef EUNICE /* no file linking? */
|
||||
#/*undef VMS /* other assorted ickies? */
|
||||
|
||||
/* how to cancel an article */
|
||||
#define CANCEL "/usr/lib/news/inews -h <%h" /**/
|
||||
|
||||
#define FCNTL /* should we include fcntl.h? */
|
||||
|
||||
#define FTIMER /* do we have the ftime() routine? */
|
||||
|
||||
#define GETHOSTNAME /* do we have a gethostname function? */
|
||||
#/*undef DOUNAME /* do we have a uname function? */
|
||||
#/*undef PHOSTNAME "hostname" /* how to get host name with popen */
|
||||
|
||||
#/*undef GETPWENT /* need we include slow getpwent? */
|
||||
|
||||
#define HAVETERMLIB /* do we have termlib-style routines? */
|
||||
|
||||
#/*undef index strchr /* cultural */
|
||||
#/*undef rindex strrchr /* differences? */
|
||||
|
||||
#define IOCTL /* are ioctl args all defined in one place? */
|
||||
|
||||
#define NORMSIG /* use signal rather than sigset? */
|
||||
|
||||
#/*undef PORTABLE /* do we do extra lookups to start up? */
|
||||
|
||||
#/*undef SCOREFULL /* keep scoreboard by fullname? */
|
||||
|
||||
#/*undef TERMIO /* is this a termio system? */
|
||||
|
||||
#/*undef USENDIR /* include ndir.c? */
|
||||
#/*undef LIBNDIR /* include /usr/include/ndir.h? */
|
||||
|
||||
#/*undef vfork fork /* is vfork too virtual? */
|
||||
|
||||
#/*undef void int /* is void to be avoided? */
|
||||
|
||||
#define WHOAMI /* should we include whoami.h? */
|
||||
|
||||
#define PASSNAMES /* do names come from the passwd file? */
|
||||
/* (undef to take name from ~/.fullname) */
|
||||
#define BERKNAMES /* if so, are they Berkeley format? */
|
||||
/* (that is, ":name,stuff:") */
|
||||
#/*undef USGNAMES /* or are they USG format? */
|
||||
/* (that is, ":stuff-name(stuff):") */
|
||||
|
||||
/* news library, may use only ~ and %l expansion */
|
||||
#define NEWSLIB "/usr/lib/news" /**/
|
||||
|
||||
/* default shell--ok to be a slow shell like csh */
|
||||
#define PREFSHELL "/bin/csh" /**/
|
||||
|
||||
/* warp private library, may use ~ expansion, %x and %l */
|
||||
#define PRIVLIB "/a/lwall/src/warp" /**/
|
||||
|
||||
/* bits produced by the rand() function */
|
||||
#define RANDBITS 31 /**/
|
||||
|
||||
/* How many register declarations are paid attention to? */
|
||||
|
||||
#define register /**/
|
||||
#define register /**/
|
||||
#define register /**/
|
||||
#define register /**/
|
||||
#define register /**/
|
||||
#define register /**/
|
||||
#define /**/
|
||||
#define /**/
|
||||
#define /**/
|
||||
#define Reg10 /**/
|
||||
#define Reg11 /**/
|
||||
#define Reg12 /**/
|
||||
#define Reg13 /**/
|
||||
#define Reg14 /**/
|
||||
#define Reg15 /**/
|
||||
#define Reg16 /**/
|
||||
|
||||
/* root uid */
|
||||
#define ROOTID 0 /**/
|
||||
|
||||
/* name of the site. May be overridden by gethostname, uname, etc. */
|
||||
#define SITENAME "sdcrdcf" /**/
|
||||
|
Loading…
Reference in New Issue