1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

Define AMD64Architecture for FreeBSD

This commit is contained in:
Marcin Cieslak 2012-08-30 22:27:15 +02:00 committed by Jon Trulson
parent 3ef58433e6
commit ee7caf532b

View file

@ -193,6 +193,11 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
# define i386Architecture
# undef i386
# endif
# ifdef __amd64__
# define AMD64BsdArchitecture
# define AMD64Architecture
# undef amd64
# endif
#endif /* __FreeBSD__ */
#ifdef AMOEBA